Files
nixos-blueprint/modules/home/desktop/dms/programs/dms.nix
T
2026-05-13 11:57:10 +03:00

9 lines
218 B
Nix

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