rofi path fix and misc

This commit is contained in:
joygnu 2024-09-15 16:51:25 +02:00
parent 564727e76c
commit f23c60a315
2 changed files with 2 additions and 1 deletions

View file

@ -7,5 +7,6 @@
./nemo
./rofi
./vm
./misc
];
}

View file

@ -6,7 +6,7 @@
home-manager.users.joy.programs.rofi = {
enable = true;
package = pkgs.rofi-wayland;
theme = lib.mkForce "~/nix/modules/apps/rofi/gruvbox-material.rasi";
theme = lib.mkForce "~/nix/modules/apps/gui/rofi/gruvbox-material.rasi";
extraConfig = {
display-ssh = "";
display-run = "";