nixos/modules/3dprint.nix

8 lines
118 B
Nix

{ pkgs, ... }: {
# paczki
users.users.sasza.packages = with pkgs; [
orca-slicer
openscad-unstable
];
}