fixed workspaces, added more keybinds

niri config is now properly keyboard enabled, can manage workspaces with
keybinds too.
also my headphones play-pause button works now which is nice
This commit is contained in:
Gabriella Bere 2025-10-20 12:12:13 +01:00
parent b07bc07602
commit 4aa27d9f38
3 changed files with 39 additions and 10 deletions

View file

@ -76,6 +76,11 @@
# Add support for bluetooth headset media controls
services.mpris-proxy.enable = true;
programs.kitty.enable = true;
programs.fuzzel.enable = true;
programs.kitty = {
enable = true;
settings = {
cursor_trail = 1; # lovely cursor trail effect
};
};
programs.fuzzel.enable = true; # launcher
}