From 06e4f3469dde0bc54e4e9d15c52ab53634789195 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Sun, 5 Apr 2026 18:38:38 +0200 Subject: Disabled stylix autoEnable and instead set manually what should be enabled --- home/rices/cassette-futurism/system.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'home') diff --git a/home/rices/cassette-futurism/system.nix b/home/rices/cassette-futurism/system.nix index 03439b5..1a4cc59 100644 --- a/home/rices/cassette-futurism/system.nix +++ b/home/rices/cassette-futurism/system.nix @@ -36,9 +36,10 @@ in { ]; # Stylix configuration - cassette futurism + # Only enable for TTY and system-level theming, XFCE is manually configured stylix = { enable = true; - autoEnable = true; + autoEnable = false; # Disable auto-theming, we'll enable specific targets base16Scheme = vars.base16; @@ -83,5 +84,11 @@ in { }; polarity = "dark"; + + # Enable only specific targets (TTY, not XFCE/GTK) + targets = { + console.enable = true; # TTY theming + nixos-icons.enable = false; + }; }; } -- cgit v1.2.3