This commit is contained in:
zoey 2025-05-28 19:10:50 -04:00
parent 99745a7f02
commit 7972325396
Signed by: zoey
GPG key ID: 81FB9FECDD6A33E2
17 changed files with 839 additions and 869 deletions

View file

@ -13,9 +13,9 @@ in {
};
config = mkIf (cfg.enable && !pkgs.stdenv.isDarwin) {
programs.rofi = {
enable = true;
package = pkgs.rofi-wayland;
programs.rofi = {
enable = true;
package = pkgs.rofi-wayland;
# Basic configuration
terminal = "kitty";
@ -196,5 +196,5 @@ in {
size: 0;
}
'';
};
};
}