mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-20 13:22:34 +02:00
0aac097e77
Signed-off-by: pph <pph@pph.pph>
10 lines
114 B
Nix
10 lines
114 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
peaclock
|
|
cbonsai
|
|
pipes
|
|
cmatrix
|
|
fastfetch
|
|
];
|
|
}
|