homemanager cursor just incase

This commit is contained in:
Jill 2024-04-25 10:25:47 +03:00
parent a8d7272eb1
commit aefe5aca25
1 changed files with 7 additions and 0 deletions

View File

@ -61,6 +61,13 @@ in {
theme = cfg.gtkTheme;
};
hm.home.pointerCursor = {
gtk.enable = true;
x11.enable = true;
name = cfg.cursor.name;
package = cfg.cursor.package;
};
hm.services.dunst.iconTheme = {
name = cfg.iconTheme.name;
package = cfg.iconTheme.package;