Move gtk theming to home-manager

This commit is contained in:
RealStickman 2023-05-01 13:52:14 +02:00
parent 420236c779
commit bb8e7fafb7
2 changed files with 10 additions and 0 deletions

View File

@ -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;
}; };
} }

View File

@ -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
]; ];
} }