Add openscad, scad-mode package for Emacs

Move prusa-slicer and blender to personal.nix

Add kicad-small
This commit is contained in:
Evie Litherland-Smith 2024-07-23 06:50:55 +01:00
parent 67f6e41f8b
commit 04a6e3e5c4
3 changed files with 8 additions and 2 deletions

View file

@ -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 = {

View file

@ -64,4 +64,5 @@ with epkgs; [
elfeed
elfeed-org
elfeed-tube
scad-mode
]

View file

@ -1,3 +1,9 @@
{pkgs, ...}: {
home.packages = with pkgs; [kdePackages.ktorrent];
home.packages = with pkgs; [
kdePackages.ktorrent
prusa-slicer
blender
openscad
kicad-small
];
}