{pkgs, ...}: { imports = [ ./xfce.nix ./picom.nix ./nvim.nix ]; # Cassette futurism specific packages home.packages = with pkgs; [ # Optional: cool-retro-term for authentic CRT terminal experience # Uncomment if desired: # cool-retro-term ]; }