From 59e9e3afddc9d0eb0a1d67169313856a8b80e4ef Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 26 Jun 2022 13:50:36 +0200 Subject: Fix light requiring root permissions --- hosts/configuration.nix | 2 ++ hosts/home.nix | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- cgit 1.4.1