Add orca slicer

This commit is contained in:
Annika Merris 2025-01-10 10:50:53 -05:00
parent b08dcb9298
commit 8bb13a904c
4 changed files with 40 additions and 19 deletions

View file

@ -74,6 +74,7 @@ inputs.nixpkgs.lib.nixosSystem {
# netbird.enable = true; See netbird.nix (I can't access the sops stuff from here?)
obsidian.enable = true;
openrgb.enable = true;
orca-slicer = true;
prusa-slicer.enable = true;
spotifyd.enable = true;
thunderbird.enable = true;
@ -93,8 +94,17 @@ inputs.nixpkgs.lib.nixosSystem {
appimage.enable = true;
docker.enable = true;
yubikey.enable = true;
kdeconnect.enable = true;
kdeconnect.enable = false;
tailscale.enable = true;
# TODO: Move this to it's own config file
# Printer stuff
services.printing.enable = true;
services.avahi = {
enable = true;
nssmdns4 = true;
openFirewall = true;
};
}
];
}