aboutsummaryrefslogtreecommitdiff
path: root/home/rices/cassette-futurism/default.nix
blob: 16c5e793a8e64f323d75005b7d4405cf2fcaaff2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{pkgs, ...}: {
  imports = [
    ./plasma.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
  ];
}