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