From a4e7691d3ad25912d36d3e8ca9e9b0c7a8177c91 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 29 Aug 2024 10:35:08 +0100 Subject: [PATCH] Only install prusa-slicer on Vanguard --- home/Vanguard.nix | 1 + home/personal.nix | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ]; }