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