From 785c77705ca4fc4b3b6ffa4a595afdae19f0f5e0 Mon Sep 17 00:00:00 2001 From: tux Date: Thu, 9 Jan 2025 18:01:24 +0530 Subject: [PATCH] feat: add xfconf and file-roller --- hosts/canopus/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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];