mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-07-06 16:12:33 +02:00
12 lines
157 B
Nix
12 lines
157 B
Nix
{pkgs-stable, ...}: {
|
|
home.packages = with pkgs-stable; [
|
|
tty-solitaire
|
|
bastet
|
|
peaclock
|
|
cbonsai
|
|
pipes
|
|
cmatrix
|
|
fastfetch
|
|
];
|
|
}
|