mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-07-06 16:12:33 +02:00
7f54f94974
Signed-off-by: Hadi <hadi@example.com>
17 lines
190 B
Nix
17 lines
190 B
Nix
{
|
|
pkgs-stable,
|
|
pkgs-nur-hadi,
|
|
inputs,
|
|
...
|
|
}: {
|
|
home.packages = with pkgs-stable; [
|
|
tty-solitaire
|
|
bastet
|
|
peaclock
|
|
cbonsai
|
|
pipes
|
|
cmatrix
|
|
fastfetch
|
|
];
|
|
}
|