mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 10:45:49 +02:00
7bf5ea63cf
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
|
|
];
|
|
}
|