Skip to content

Commit 7dfdbd8

Browse files
committed
refactor 3dprinting bundle
1 parent b7f156f commit 7dfdbd8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

hosts/framework-16/configuration.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
bundles.general-desktop.enable = true;
2323
bundles.hyprland.enable = true;
2424
bundles.gaming.enable = true;
25-
bundles.printing.enable = true;
25+
bundles."3d-printing".enable = true;
2626
services.amdcpu.enable = true;
2727
services.amdgpu.enable = true;
2828
multi-lang-input-layout.enable = true;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
environment.systemPackages = with pkgs;
1010
[
1111
orca-slicer
12+
freecad-wayland
1213
]
1314
++ (with pkgs.stable; [
1415
]);

0 commit comments

Comments
 (0)