9 lines
216 B
Nix
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
|
|
};
|
|
}
|