hosts: starting to add config for dnsc-machine

This commit is contained in:
Dennis Schoepf 2025-11-20 18:24:48 +01:00
parent 77b44f7f3c
commit c1b775dbc5
4 changed files with 30 additions and 1 deletions

View file

@ -0,0 +1,17 @@
{
programs.niri.enable = true;
# Source niri config
xdg.configFile."niri/config.kdl".source = ./config.kdl;
# Additional setup
security.polkit-gnome.enable = true;
services.gnome.gnome-keyring.enable = true;
# WM Utilities (split out if they need additional config)
programs.fuzzel.enable = true;
programs.swaylock.enable = true;
programs.swayidle.enable = true;
programs.mako.enable = true;
programs.waybar.enable = true;
}