From 65b13cda8d89386961c725b6a77c29a26c5af72a Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Sun, 5 Apr 2026 17:39:14 +0200 Subject: Refactor cassette-futurism rice from KDE Plasma to XFCE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Replace KDE Plasma 6 with XFCE desktop environment - Remove plasma.nix (KDE config), add xfce.nix (XFCE config via xfconf) - Add picom.nix compositor with CRT green glow effects (#00FF00 shadows) - Configure XFCE with hidden menubars, dark theme, and retro aesthetics - Replace KDE packages with XFCE equivalents (konsole→xfce4-terminal, kate→mousepad, gwenview→ristretto, spectacle→xfce4-screenshooter) - Keep ly display manager, preserve all Stylix theming (cassette colors, NGE wallpaper, fonts) - Lower memory usage and faster startup compared to KDE Plasma Co-Authored-By: Claude Sonnet 4.5 --- home/rices/cassette-futurism/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'home/rices/cassette-futurism/default.nix') diff --git a/home/rices/cassette-futurism/default.nix b/home/rices/cassette-futurism/default.nix index 16c5e79..dd83226 100644 --- a/home/rices/cassette-futurism/default.nix +++ b/home/rices/cassette-futurism/default.nix @@ -1,6 +1,7 @@ {pkgs, ...}: { imports = [ - ./plasma.nix + ./xfce.nix + ./picom.nix ./nvim.nix ]; -- cgit v1.2.3