user/rofi: stole a theme

This commit is contained in:
LavaDesu 2021-11-18 22:56:27 +07:00
parent 910a1c5538
commit 428a9d66c3
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 91 additions and 4 deletions

View file

@ -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;
}