hyprstuff
This commit is contained in:
parent
fd126721cf
commit
4667653ed1
2 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
{ config, inputs, ... }: {
|
{ config, inputs, pkgs, ... }: {
|
||||||
programs.rofi = {
|
programs.rofi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.rofi-wayland;
|
||||||
theme = "theme";
|
theme = "theme";
|
||||||
};
|
};
|
||||||
xdg.configFile."rofi/theme.rasi".source = ../../res/theme.rasi;
|
xdg.configFile."rofi/theme.rasi".source = ../../res/theme.rasi;
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
rofi
|
rofi
|
||||||
# spicetify
|
# spicetify
|
||||||
|
|
||||||
# dunst
|
dunst
|
||||||
# eww
|
# eww
|
||||||
# picom
|
# picom
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue