about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-26 13:50:36 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-26 13:50:36 +0200
commit59e9e3afddc9d0eb0a1d67169313856a8b80e4ef (patch)
treecbc4bccd92d600c4687faaaca0415c9109acbff8 /hosts
parentLuna: Add hardware acceleration (diff)
downloadnixos-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.nix2
-rw-r--r--hosts/home.nix1
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