mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 03:26:17 +00:00
feat: blender nvidia support
This commit is contained in:
@@ -52,8 +52,11 @@
|
||||
inkscape-with-extensions
|
||||
scribus
|
||||
audacity
|
||||
pinta
|
||||
# friture TODO: broken
|
||||
blender
|
||||
(blender.override {
|
||||
cudaSupport = true;
|
||||
})
|
||||
|
||||
# development
|
||||
(import ./intellij.nix {inherit pkgs;})
|
||||
|
||||
@@ -239,7 +239,13 @@
|
||||
allowedUDPPorts = [50765];
|
||||
};
|
||||
|
||||
networkmanager.enable = true;
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
plugins = with pkgs; [
|
||||
networkmanager-openconnect
|
||||
];
|
||||
};
|
||||
|
||||
hosts = {
|
||||
"192.168.0.219" = ["kookaborrow"];
|
||||
"192.168.0.1" = ["router"];
|
||||
|
||||
Reference in New Issue
Block a user