1 2 3 4 5 6 7 8 9 10 11 12 13 14
{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 ]; }