nixos/modules/3dprint.nix

7 lines
96 B
Nix

{ pkgs, ... }: {
# paczki
environment.systemPackages = with pkgs; [
orca-slicer
];
}