aboutsummaryrefslogtreecommitdiff
path: root/home/rices/cassette-futurism/system.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-04-05 16:54:34 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-04-05 16:54:34 +0200
commitf1095262e45c7f307b41342ec35e00412bcc11ec (patch)
tree74227c3dd8a4d09386438c45b024d09dcbc95896 /home/rices/cassette-futurism/system.nix
parent7e944e9956272348285db080d4952f17866ba81b (diff)
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)
Diffstat (limited to 'home/rices/cassette-futurism/system.nix')
-rw-r--r--home/rices/cassette-futurism/system.nix3
1 files changed, 3 insertions, 0 deletions
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;
};
}