From 7458bae46ff13aae009468f7566c31c6206cae2c Mon Sep 17 00:00:00 2001 From: Ahwx Date: Tue, 16 Dec 2025 18:53:33 +0100 Subject: [PATCH] feat: switch to `orchis` --- roles/gui.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/roles/gui.nix b/roles/gui.nix index 2c5b4fc..9c44843 100644 --- a/roles/gui.nix +++ b/roles/gui.nix @@ -33,12 +33,8 @@ in size = 14; }; theme = { - name = "Juno"; - package = pkgs.juno-theme; # .override { - # colorVariants = [ "dark" ]; - # themeVariants = [ "green" ]; - # tweakVariants = [ "macos" ]; - # }; + name = "Orchis-Purple-Dark-Compact"; + package = pkgs.orchis-theme; }; iconTheme = { name = "Papirus-Dark";