This commit is contained in:
parent
ce1fa163fd
commit
603a310d68
6 changed files with 19 additions and 29 deletions
9
modules2/thunar/plugins.nix
Normal file
9
modules2/thunar/plugins.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
flake.modules.pc.nixos =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.thunar.plugins = with pkgs.xfce; [
|
||||
thunar-archive-plugin
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue