user/rofi: stole a theme
This commit is contained in:
parent
910a1c5538
commit
428a9d66c3
2 changed files with 91 additions and 4 deletions
|
|
@ -1,8 +1,7 @@
|
|||
{ config, ... }: {
|
||||
{ config, inputs, ... }: {
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
font = "Open Sans 10";
|
||||
terminal = "kitty";
|
||||
#theme = builtins.fetchUrl {};
|
||||
theme = "theme";
|
||||
};
|
||||
xdg.configFile."rofi/theme.rasi".source = ../../res/theme.rasi;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue