aboutsummaryrefslogtreecommitdiff
path: root/home/rices/cassette-futurism/default.nix
blob: dd832261d862f2b4cd6a5dfdac7c725f64844279 (plain)
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
  ];
}