mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-10 04:40:05 +00:00
6 lines
76 B
Nix
6 lines
76 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
cowsay
|
|
cmatrix
|
|
];
|
|
}
|