diff --git a/home/Vanguard.nix b/home/Vanguard.nix index f0fb8c56..6f5d7cf7 100644 --- a/home/Vanguard.nix +++ b/home/Vanguard.nix @@ -10,7 +10,6 @@ ./streaming/default.nix ./desktop/plasma/default.nix ]; - home.packages = with pkgs; [blender prusa-slicer]; wayland.windowManager.sway = lib.mkIf config.wayland.windowManager.sway.enable { config = { output = { diff --git a/home/emacs/emacs-packages.nix b/home/emacs/emacs-packages.nix index 113649bb..9b9fd85c 100644 --- a/home/emacs/emacs-packages.nix +++ b/home/emacs/emacs-packages.nix @@ -64,4 +64,5 @@ with epkgs; [ elfeed elfeed-org elfeed-tube + scad-mode ] diff --git a/home/personal.nix b/home/personal.nix index b5b1b45e..f9ef26ea 100644 --- a/home/personal.nix +++ b/home/personal.nix @@ -1,3 +1,9 @@ {pkgs, ...}: { - home.packages = with pkgs; [kdePackages.ktorrent]; + home.packages = with pkgs; [ + kdePackages.ktorrent + prusa-slicer + blender + openscad + kicad-small + ]; }