wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-20 22:46:00 +01:00
parent bbb25af069
commit d92f8d5d6a
2 changed files with 4 additions and 2 deletions

View file

@ -75,8 +75,11 @@
]; ];
}; };
# Window Manager # Window Manager Setup
programs.niri.enable = true; programs.niri.enable = true;
security.polkit.enable = true;
services.gnome.gnome-keyring.enable = true;
security.pam.services.swaylock = {};
# Nix settings # Nix settings
nix.gc = { nix.gc = {

View file

@ -4,7 +4,6 @@
# Additional setup # Additional setup
services.polkit-gnome.enable = true; services.polkit-gnome.enable = true;
services.gnome.gnome-keyring.enable = true;
# WM Utilities (split out if they need additional config) # WM Utilities (split out if they need additional config)
programs.fuzzel.enable = true; programs.fuzzel.enable = true;