rofi path
This commit is contained in:
parent
8943bfc34d
commit
959766cb66
|
@ -43,7 +43,6 @@
|
|||
appimage-run
|
||||
yt-dlp
|
||||
distrobox
|
||||
font-awesome
|
||||
lm_sensors
|
||||
brightnessctl
|
||||
networkmanagerapplet
|
||||
|
@ -51,6 +50,7 @@
|
|||
git
|
||||
ffmpeg
|
||||
libnotify
|
||||
font-awesome
|
||||
#mutt
|
||||
mutt-wizard
|
||||
neomutt
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
home-manager.users.joy.programs.rofi = {
|
||||
enable = true;
|
||||
package = pkgs.rofi-wayland;
|
||||
theme = lib.mkForce "~/nix/modules/rofi/gruvbox-material.rasi";
|
||||
theme = lib.mkForce "~/nix/modules/apps/rofi/gruvbox-material.rasi";
|
||||
extraConfig = {
|
||||
display-ssh = "";
|
||||
display-run = "";
|
||||
|
|
|
@ -3,5 +3,6 @@
|
|||
./qt
|
||||
./gtk
|
||||
./stylix
|
||||
./font
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue