From: Andrew Date: Thu, 21 Aug 2025 23:02:24 +0000 (-0400) Subject: add hyprpolkitagent X-Git-Url: http://git.skullheadx.com/index.js?a=commitdiff_plain;h=4f3e6c821fd8912e6b892bcb862a80522cf773a6;p=nixos.git add hyprpolkitagent --- diff --git a/configuration.nix b/configuration.nix index a171c5e..3e83a25 100644 --- a/configuration.nix +++ b/configuration.nix @@ -72,7 +72,6 @@ hyprland kitty libnotify - gnome-keyring ]; programs.steam = { 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;