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