fix regreet themes
This commit is contained in:
parent
8b022298e2
commit
2546a8d08e
1 changed files with 2 additions and 2 deletions
|
|
@ -116,10 +116,10 @@ in {
|
|||
package = cfg.iconTheme.package;
|
||||
};
|
||||
|
||||
programs.regreet.settings = {
|
||||
programs.regreet = {
|
||||
theme = cfg.gtkTheme;
|
||||
iconTheme = cfg.iconTheme;
|
||||
cursorTheme = cfg.cursorTheme;
|
||||
cursorTheme = { inherit (cfg.cursorTheme) name package; };
|
||||
};
|
||||
|
||||
hm.programs.vscode.profiles.default = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue