diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-26 13:50:36 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-26 13:50:36 +0200 |
commit | 59e9e3afddc9d0eb0a1d67169313856a8b80e4ef (patch) | |
tree | cbc4bccd92d600c4687faaaca0415c9109acbff8 /hosts | |
parent | Luna: Add hardware acceleration (diff) | |
download | nixos-config-59e9e3afddc9d0eb0a1d67169313856a8b80e4ef.tar.gz nixos-config-59e9e3afddc9d0eb0a1d67169313856a8b80e4ef.tar.bz2 nixos-config-59e9e3afddc9d0eb0a1d67169313856a8b80e4ef.zip |
Fix light requiring root permissions
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 |