Files
nix-zaneyos/hosts/default/config/nixpkgs/tty.nix
2025-08-14 13:41:54 +02:00

15 lines
208 B
Nix

# Aplikacje terminalowe
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
gambit-chess
tty-solitaire
cmatrix
cowsay
sl
fortune
ookla-speedtest
neohtop
toot
];
}