❄️ Nix configurations
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add orca slicer

+3 -1
+3 -1
nixos/otter/default.nix
··· 9 9 10 10 ../common/desktop 11 11 ]; 12 - 12 + environment.systemPackages = with pkgs; [ 13 + orca-slicer 14 + ]; 13 15 # security.polkit.enable = true; 14 16 }