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