diff options
Diffstat (limited to 'home')
| -rw-r--r-- | home/rices/cassette-futurism/system.nix | 9 |
1 files changed, 8 insertions, 1 deletions
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; + }; }; } |
