From f1095262e45c7f307b41342ec35e00412bcc11ec Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Sun, 5 Apr 2026 16:54:34 +0200 Subject: Fix Stylix conflicts: disable KDE target, remove i3 keybinds, simplify theming - Disable Stylix's automatic KDE target to prevent file conflicts - Remove all i3-style keyboard shortcuts from KDE configuration - Remove custom color definitions from kdeglobals (let Stylix handle colors) - Simplify kdeglobals to only set dark theme (Breeze Dark) - Simplify kwinrc to minimal compositing settings - Remove custom Konsole color schemes (Stylix handles terminal theming) - Add menubar hiding for all common KDE applications (konsole, dolphin, kate, gwenview, spectacle, ark, okular) --- home/rices/cassette-futurism/system.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'home/rices/cassette-futurism/system.nix') diff --git a/home/rices/cassette-futurism/system.nix b/home/rices/cassette-futurism/system.nix index 3d70ef3..457cc2d 100644 --- a/home/rices/cassette-futurism/system.nix +++ b/home/rices/cassette-futurism/system.nix @@ -69,6 +69,9 @@ in { }; polarity = "dark"; + + # Disable automatic KDE theming to avoid conflicts with manual configuration + targets.kde.enable = false; targets.nixos-icons.enable = false; }; } -- cgit v1.2.3