mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 10:45:49 +02:00
1f08634963
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
10 lines
128 B
Nix
10 lines
128 B
Nix
{pkgs-stable, ...}: {
|
|
home.packages = with pkgs-stable; [
|
|
peaclock
|
|
cbonsai
|
|
pipes
|
|
cmatrix
|
|
fastfetch
|
|
];
|
|
}
|