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