From 4af7c3b33d1a5a85b3902e08465e3d5c1887bbe8 Mon Sep 17 00:00:00 2001 From: 514fpv Date: Wed, 3 Jan 2024 16:23:05 +0800 Subject: [PATCH] feat(gui): add gtk themes --- home/gui/nixos.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/gui/nixos.nix b/home/gui/nixos.nix index 7116448c..8a2d3294 100644 --- a/home/gui/nixos.nix +++ b/home/gui/nixos.nix @@ -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";