diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/configuration.nix | 2 | ||||
-rw-r--r-- | hosts/home.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 746e647..345645a 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -111,6 +111,8 @@ programs = { ssh.askPassword = ""; + light.enable = true; + firejail = { enable = true; wrappedBinaries = { diff --git a/hosts/home.nix b/hosts/home.nix index f61210d..14ca6ad 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -26,7 +26,6 @@ in custom.smart-wallpaper custom.dwmbar pavucontrol - light polkit_gnome progress qbittorrent |