summaryrefslogtreecommitdiffstats
path: root/home.nix
diff options
context:
space:
mode:
authorAndrew <admonty1@protonmail.com>2025-08-21 19:02:24 -0400
committerAndrew <admonty1@protonmail.com>2025-08-21 19:02:24 -0400
commit4f3e6c821fd8912e6b892bcb862a80522cf773a6 (patch)
treee96da7d7bfe69d4facc0796d4a1108ea37856ec9 /home.nix
parentupdate brave config (diff)
downloadnixos-4f3e6c821fd8912e6b892bcb862a80522cf773a6.tar.gz
nixos-4f3e6c821fd8912e6b892bcb862a80522cf773a6.tar.bz2
nixos-4f3e6c821fd8912e6b892bcb862a80522cf773a6.zip
add hyprpolkitagent
Diffstat (limited to '')
-rw-r--r--home.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index ee3bf10..0fdf5b3 100644
--- a/home.nix
+++ b/home.nix
@@ -150,6 +150,7 @@
};
+services.hyprpolkitagent.enable = true;
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;