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