modules/theme: enable gtk and x11 pointer
This commit is contained in:
parent
b06627bbb8
commit
f224c6d2b2
1 changed files with 2 additions and 17 deletions
|
@ -65,23 +65,8 @@ in {
|
||||||
home-manager.users.nezia = {
|
home-manager.users.nezia = {
|
||||||
home.pointerCursor = {
|
home.pointerCursor = {
|
||||||
inherit (config.theme.cursorTheme) name package size;
|
inherit (config.theme.cursorTheme) name package size;
|
||||||
};
|
gtk.enable = true;
|
||||||
|
x11.enable = true;
|
||||||
gtk = {
|
|
||||||
iconTheme = {
|
|
||||||
inherit (config.theme.gtk.iconTheme) name package;
|
|
||||||
};
|
|
||||||
|
|
||||||
theme = lib.mkIf (!config.services.xserver.desktopManager.gnome.enable) {
|
|
||||||
inherit (config.theme.gtk.theme) name package;
|
|
||||||
};
|
|
||||||
|
|
||||||
gtk3.extraConfig = {
|
|
||||||
gtk-application-prefer-dark-theme =
|
|
||||||
if scheme.variant == "dark"
|
|
||||||
then "1"
|
|
||||||
else "0";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.swaync.style =
|
services.swaync.style =
|
||||||
|
|
Loading…
Reference in a new issue