Add blender, freecad and prusa-slicer programs to Vanguard
This commit is contained in:
parent
dbc169073c
commit
cd04a4aa67
|
@ -1,5 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [./default.nix];
|
||||
home.packages = with pkgs; [
|
||||
blender
|
||||
freecad
|
||||
prusa-slicer
|
||||
];
|
||||
wayland.windowManager.sway.config = {
|
||||
startup = [
|
||||
{command = "${pkgs.xorg.xrandr}/bin/xrandr --output DP-2 --primary";}
|
||||
|
|
Reference in a new issue