added emacs
This commit is contained in:
parent
89459196bf
commit
b72c6d962e
9 changed files with 210 additions and 612 deletions
|
@ -37,17 +37,19 @@ in {
|
|||
enable = true;
|
||||
theme = {
|
||||
# inherit (cfg) name package;
|
||||
package = pkgs.materia-theme;
|
||||
name = "Materia-dark";
|
||||
package = pkgs.gruvbox-gtk-theme;
|
||||
name = "Gruvbox-Dark-BL";
|
||||
};
|
||||
# iconTheme = {
|
||||
# inherit (cfg.iconTheme) name package;
|
||||
# };
|
||||
};
|
||||
# home.sessionVariables = {
|
||||
# GTK_THEME = cfg.name;
|
||||
# GTK_USE_PORTAL = "1";
|
||||
# };
|
||||
home.sessionVariables = {
|
||||
GTK_THEME = "Gruvbox-Dark-BL";
|
||||
# GTK_USE_PORTAL = "1";
|
||||
|
||||
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue