Move gtk theming to home-manager
This commit is contained in:
parent
b1032f2c34
commit
d9d444ec14
@ -100,6 +100,15 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
# gtk theming
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme = {
|
||||
name = "Sweet-Dark";
|
||||
package = pkgs.sweet;
|
||||
};
|
||||
};
|
||||
|
||||
services.mako.enable = true;
|
||||
};
|
||||
}
|
||||
|
@ -12,6 +12,7 @@
|
||||
#hyprland # window manager
|
||||
wayland # wayland server
|
||||
xdg-utils # xdg directories, open, etc
|
||||
sweet # gtk theme
|
||||
];
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user