This commit is contained in:
parent
ce1fa163fd
commit
603a310d68
6 changed files with 19 additions and 29 deletions
|
@ -12,7 +12,6 @@
|
|||
./pipewire.nix
|
||||
./podman.nix
|
||||
./st.nix
|
||||
./thunar.nix
|
||||
./zram.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,27 +0,0 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
with lib;
|
||||
|
||||
let
|
||||
cfg = config.features.desktop.thunar;
|
||||
in
|
||||
{
|
||||
options.features.desktop.thunar.enable = mkEnableOption "Enable thunar";
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
programs.thunar = {
|
||||
enable = true;
|
||||
|
||||
plugins = with pkgs.xfce; [
|
||||
thunar-archive-plugin
|
||||
];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ xfce.tumbler ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue