rofi path fix
This commit is contained in:
parent
7cd2942015
commit
dbe4070da9
|
@ -6,7 +6,7 @@
|
||||||
programs.rofi = {
|
programs.rofi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.rofi-wayland;
|
package = pkgs.rofi-wayland;
|
||||||
theme = lib.mkForce "~/nix/modules/apps/gui/rofi/gruvbox-material.rasi";
|
theme = lib.mkForce "~/nix/modules/apps/home/rofi/gruvbox-material.rasi";
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
display-ssh = "";
|
display-ssh = "";
|
||||||
display-run = "";
|
display-run = "";
|
||||||
|
|
Loading…
Reference in a new issue