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 = {
|
||||
enable = true;
|
||||
package = pkgs.rofi-wayland;
|
||||
theme = "theme";
|
||||
};
|
||||
xdg.configFile."rofi/theme.rasi".source = ../../res/theme.rasi;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue