Files
nixos-blueprint/modules/home/desktop/dms/programs/dms.nix
T
2025-12-25 23:41:24 +02:00

9 lines
216 B
Nix

{
programs.dankMaterialShell = {
enable = true;
systemd.enable = true;
niri.enableKeybinds = false; # Automatic keybinding configuration
# niri.enableSpawn = true; # Auto-start DMS with niri
};
}