home(gui): add gtk themes

This commit is contained in:
514fpv 2024-01-03 16:23:05 +08:00
parent 5725b330e3
commit bb58009aea
Signed by: koishi
SSH key fingerprint: SHA256:VkIdW3jUIiqecV2WNAje2fGU5lEhN0XZ58DN0NS4pv0

View file

@ -24,6 +24,12 @@ in {
}; };
users.adminGroups = mkIf gui [ "video" ]; users.adminGroups = mkIf gui [ "video" ];
# themes and icons
environment.systemPackages = with pkgs; [
whitesur-gtk-theme whitesur-icon-theme
bibata-cursors
];
services.xserver.displayManager.sessionPackages = services.xserver.displayManager.sessionPackages =
mkIf gui [ (pkgs.writeTextFile { mkIf gui [ (pkgs.writeTextFile {
name = "sway-session"; name = "sway-session";