10 lines
85 B
Nix
10 lines
85 B
Nix
{
|
|
pkgs,
|
|
device,
|
|
...
|
|
}: {
|
|
home.packages = [
|
|
pkgs.openscad-unstable
|
|
];
|
|
}
|