diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-05 16:54:34 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-05 16:54:34 +0200 |
| commit | f1095262e45c7f307b41342ec35e00412bcc11ec (patch) | |
| tree | 74227c3dd8a4d09386438c45b024d09dcbc95896 /home/rices/cassette-futurism/system.nix | |
| parent | 7e944e9956272348285db080d4952f17866ba81b (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.nix | 3 |
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; }; } |
