From 0f2a636f729da974f23f9dab624dca5d348251b6 Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Wed, 22 Jan 2025 19:52:11 +0100 Subject: [PATCH] main-laptop: use marwaita icons --- hosts/main-laptop/home.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/main-laptop/home.nix b/hosts/main-laptop/home.nix index 8c8bd70..b04e157 100644 --- a/hosts/main-laptop/home.nix +++ b/hosts/main-laptop/home.nix @@ -47,6 +47,12 @@ stylix = { enable = true; autoEnable = true; + iconTheme = { + enable = true; + package = pkgs.marwaita-icons; + dark = "Marwaita-Dark-Purple"; + light = "Marwaita-Light-Purple"; + }; targets = { gnome.enable = true; gtk.enable = true;