config/homes/desktop/terminals.nix
2024-09-29 16:42:01 +01:00

9 lines
126 B
Nix

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