mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 12:03:11 -05:00
Add orca slicer
This commit is contained in:
parent
b08dcb9298
commit
8bb13a904c
4 changed files with 40 additions and 19 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue