readd 3dp
This commit is contained in:
parent
f3b4eb3ca3
commit
74ae157adf
2 changed files with 9 additions and 6 deletions
|
|
@ -53,8 +53,8 @@
|
|||
};
|
||||
system.stateVersion = "24.11";
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
# nixpkgs.config.nvidia.acceptLicense = true;
|
||||
# nixpkgs.config.nvidia.libsOnly = false;
|
||||
nixpkgs.config.nvidia.acceptLicense = true;
|
||||
nixpkgs.config.nvidia.libsOnly = false;
|
||||
nixpkgs.config.allowBroken = true;
|
||||
|
||||
# Location & internationalisation
|
||||
|
|
@ -107,9 +107,9 @@
|
|||
gnupg
|
||||
p7zip
|
||||
rsync
|
||||
# bumblebee
|
||||
# glxinfo
|
||||
# libgdiplus
|
||||
bumblebee
|
||||
glxinfo
|
||||
libgdiplus
|
||||
unzip
|
||||
clinfo
|
||||
python3
|
||||
|
|
@ -142,4 +142,7 @@
|
|||
|
||||
services.xserver.excludePackages = [ pkgs.xterm ];
|
||||
documentation.nixos.enable = false;
|
||||
|
||||
systemd.network.wait-online.enable = false;
|
||||
boot.initrd.systemd.network.wait-online.enable = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue