mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-20 05:12:34 +02:00
0452f40b25
Signed-off-by: Hadi <hadi@example.com>
15 lines
195 B
Nix
15 lines
195 B
Nix
{
|
|
pkgs-stable,
|
|
inputs,
|
|
...
|
|
}: {
|
|
home.packages = with pkgs-stable; [
|
|
peaclock
|
|
cbonsai
|
|
pipes
|
|
cmatrix
|
|
fastfetch
|
|
inputs.usbguard-tui.packages.${system}.default
|
|
];
|
|
}
|