diff --git a/home/Vanguard.nix b/home/Vanguard.nix index d158bcab..b81ba969 100644 --- a/home/Vanguard.nix +++ b/home/Vanguard.nix @@ -8,6 +8,7 @@ ]; home.packages = with pkgs; [ kdePackages.ktorrent + prusa-slicer blender freecad openscad diff --git a/home/personal.nix b/home/personal.nix index 4a135c43..e1250b84 100644 --- a/home/personal.nix +++ b/home/personal.nix @@ -1,5 +1,4 @@ -{ pkgs, ... }: +{ ... }: { imports = [ ./default.nix ]; - home.packages = with pkgs; [ prusa-slicer ]; }