rozbicie na mniejsze pliki

This commit is contained in:
installer
2025-03-10 10:52:38 +01:00
parent af67c443ad
commit bff6ccf55c
10 changed files with 135 additions and 96 deletions

View File

@@ -0,0 +1,19 @@
# Gry w terminalu
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
gambit-chess
tty-solitaire
bastet
nsnake
cmatrix
lolcat
cowsay
sl
figlet
fortune
wtf
pipes
cava
ookla-speedtest
];
}