wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-20 22:42:24 +01:00
parent 41b6caa85a
commit d3dbb32e94
2 changed files with 3 additions and 2 deletions

View file

@ -75,6 +75,9 @@
]; ];
}; };
# Window Manager
programs.niri.enable = true;
# Nix settings # Nix settings
nix.gc = { nix.gc = {
automatic = true; automatic = true;

View file

@ -1,6 +1,4 @@
{ {
programs.niri.enable = true;
# Source niri config # Source niri config
xdg.configFile."niri/config.kdl".source = ./config.kdl; xdg.configFile."niri/config.kdl".source = ./config.kdl;