readd 3dp

This commit is contained in:
Julian Sutter 2024-04-07 23:21:38 -07:00
parent f3b4eb3ca3
commit 74ae157adf
2 changed files with 9 additions and 6 deletions

View file

@ -4,7 +4,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
cura cura
# freecad freecad
super-slicer super-slicer
esptool esptool
openscad openscad

View file

@ -53,8 +53,8 @@
}; };
system.stateVersion = "24.11"; system.stateVersion = "24.11";
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
# nixpkgs.config.nvidia.acceptLicense = true; nixpkgs.config.nvidia.acceptLicense = true;
# nixpkgs.config.nvidia.libsOnly = false; nixpkgs.config.nvidia.libsOnly = false;
nixpkgs.config.allowBroken = true; nixpkgs.config.allowBroken = true;
# Location & internationalisation # Location & internationalisation
@ -107,9 +107,9 @@
gnupg gnupg
p7zip p7zip
rsync rsync
# bumblebee bumblebee
# glxinfo glxinfo
# libgdiplus libgdiplus
unzip unzip
clinfo clinfo
python3 python3
@ -142,4 +142,7 @@
services.xserver.excludePackages = [ pkgs.xterm ]; services.xserver.excludePackages = [ pkgs.xterm ];
documentation.nixos.enable = false; documentation.nixos.enable = false;
systemd.network.wait-online.enable = false;
boot.initrd.systemd.network.wait-online.enable = false;
} }