wip: dnsc-machine config

This commit is contained in:
Dennis Schoepf 2025-11-21 15:58:55 +01:00
parent 63f1364c83
commit 04969441e6
3 changed files with 525 additions and 5 deletions

View file

@ -1,14 +1,14 @@
{
# Source niri config
# TODO re-enable xdg.configFile."niri/config.kdl".source = ./config.kdl;
xdg.configFile."niri/config.kdl".source = ./config.kdl;
# Additional setup
services.polkit-gnome.enable = true;
# WM Utilities (split out if they need additional config)
programs.fuzzel.enable = true;
programs.fuzzel.enable = true; # TODO switch to anyrun
programs.waybar.enable = true; # TODO switch to ironbar
programs.swaylock.enable = true;
programs.waybar.enable = true;
services.swayidle.enable = true;
services.mako.enable = true;
services.mako.enable = true; # TODO switch to swaync
}