config/homes/desktop/terminals.nix
2024-09-24 16:34:49 +01:00

9 lines
126 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
cool-retro-term # Retro-style terminal
st # Suckless terminal
];
}