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