non important commit

This commit is contained in:
benstrb 2026-01-30 18:42:53 +01:00
parent 9b950071e2
commit ef116bb19e
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,5 @@
{ {
programs = { programs = {
firefox.enable = true;
steam.enable = true; steam.enable = true;
bash.blesh.enable = true; bash.blesh.enable = true;
nix-ld.enable = true; nix-ld.enable = true;

View file

@ -80,7 +80,7 @@
"Mod+Q".action.close-window = []; "Mod+Q".action.close-window = [];
"Mod+Return".action.spawn = ["foot"]; "Mod+Return".action.spawn = ["foot"];
"Mod+A".action.spawn = ["wofi" "--show" "drun"]; "Mod+A".action.spawn = ["wofi" "--show" "drun"];
"Mod+B".action.spawn = ["firefox"]; "Mod+B".action.spawn = ["zen"];
"Mod+O".action.toggle-overview = []; "Mod+O".action.toggle-overview = [];