mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-05-26 14:12:02 +01:00
Attempt to fix theming
This commit is contained in:
@@ -18,8 +18,8 @@ in {
|
||||
regreet = {
|
||||
enable = true;
|
||||
theme = {
|
||||
name = theme.theme.name;
|
||||
package = theme.theme.package;
|
||||
name = theme.gtkTheme.name;
|
||||
package = theme.gtkTheme.package;
|
||||
};
|
||||
cursorTheme = {
|
||||
name = theme.cursorTheme.name;
|
||||
|
||||
Reference in New Issue
Block a user