summaryrefslogtreecommitdiff
path: root/archetypes/profiles
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-09-13 13:46:54 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-09-13 13:46:54 -0500
commitc0cd145ef2b010caf0b2a12f9fa12b7b87fe9dfb (patch)
treeb65a7ff1492e4b7451f9473279963dab6cbac10c /archetypes/profiles
parent28c35d1416991ff377a2cf458102abd65ce64d3f (diff)
downloadnixos-c0cd145ef2b010caf0b2a12f9fa12b7b87fe9dfb.tar.xz
nixos-c0cd145ef2b010caf0b2a12f9fa12b7b87fe9dfb.zip
polkit and polkit_gnome support
Diffstat (limited to 'archetypes/profiles')
-rw-r--r--archetypes/profiles/desktop/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/archetypes/profiles/desktop/default.nix b/archetypes/profiles/desktop/default.nix
index dd2121e..188d205 100644
--- a/archetypes/profiles/desktop/default.nix
+++ b/archetypes/profiles/desktop/default.nix
@@ -19,6 +19,10 @@
security = {
_doas.enable = mkDesktop true;
+ _polkit = {
+ enable = mkDesktop true;
+ gnome.enable = mkDesktop true;
+ };
};
programs = {
@@ -77,6 +81,7 @@
services = {
_redshift.enable = true;
+ #polkit-gnome.enable = mkDesktop true; # Doesn't work on X
};
home._repos = {