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;