Only install prusa-slicer on Vanguard

This commit is contained in:
Evie Litherland-Smith 2024-08-29 10:35:08 +01:00
parent d519351810
commit a4e7691d3a
2 changed files with 2 additions and 2 deletions

View file

@ -8,6 +8,7 @@
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [
kdePackages.ktorrent kdePackages.ktorrent
prusa-slicer
blender blender
freecad freecad
openscad openscad

View file

@ -1,5 +1,4 @@
{ pkgs, ... }: { ... }:
{ {
imports = [ ./default.nix ]; imports = [ ./default.nix ];
home.packages = with pkgs; [ prusa-slicer ];
} }