diff --git a/hosts/canopus/default.nix b/hosts/canopus/default.nix index 76d6b22..301c883 100755 --- a/hosts/canopus/default.nix +++ b/hosts/canopus/default.nix @@ -157,6 +157,8 @@ programs = { ssh.startAgent = true; + xfconf.enable = true; + file-roller.enable = true; thunar = { enable = true; plugins = with pkgs.xfce; [thunar-archive-plugin thunar-volman];