gruvbox material
This commit is contained in:
parent
28285a045c
commit
d02a679290
4 changed files with 208 additions and 9 deletions
19
home-manager/sajenim/features/desktop/jade/rofi/default.nix
Normal file
19
home-manager/sajenim/features/desktop/jade/rofi/default.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
font = "Fisa Code 10";
|
||||
plugins = with pkgs; [
|
||||
rofi-calc
|
||||
];
|
||||
theme = ./gruvbox-material/gruvbox-material-dark-hard.rasi;
|
||||
};
|
||||
|
||||
xdg.configFile.theme = {
|
||||
source = ./gruvbox-material;
|
||||
target = "rofi/themes/gruvbox";
|
||||
recursive = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue