Add blender, freecad and prusa-slicer programs to Vanguard

This commit is contained in:
Evie Litherland-Smith 2024-05-20 07:00:00 +01:00
parent dbc169073c
commit cd04a4aa67

View file

@ -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";}