config/homes/desktop/terminals.nix

9 lines
126 B
Nix
Raw Permalink Normal View History

2024-09-15 12:56:25 +01:00
{ pkgs, ... }:
{
home.packages = with pkgs; [
cool-retro-term # Retro-style terminal
st # Suckless terminal
];
}