xmonad -> add hotkeys || rofi -> set Theme

This commit is contained in:
2024-03-15 15:49:55 +01:00
parent 78b5393324
commit b40f2610c4
4 changed files with 35 additions and 22 deletions

View File

@@ -12,5 +12,5 @@
};
};
home.packages = with pkgs; [ xmobar maim ];
home.packages = with pkgs; [ xmobar maim xdotool ];
}