feat(gui): add gtk themes

This commit is contained in:
514fpv 2024-01-03 16:23:05 +08:00
parent 3618a1e7ec
commit 4af7c3b33d
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

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