Switch to unfree NVIDIA drivers and use Blender-bin to use CUDA
This commit is contained in:
parent
08948089a3
commit
0060e25fde
8 changed files with 57 additions and 58 deletions
|
@ -21,6 +21,7 @@
|
|||
outputs.overlays.additions
|
||||
outputs.overlays.modifications
|
||||
outputs.overlays.unstable-packages
|
||||
inputs.blender-bin.overlays.default
|
||||
];
|
||||
# Configure your nixpkgs instance
|
||||
config = {
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
./guiapps/easyeffects.nix
|
||||
./tuiapps/ncmpcpp.nix
|
||||
|
||||
# Misc Apps
|
||||
# Misc apps and tools
|
||||
./misc/useful.nix
|
||||
./misc/avtools.nix
|
||||
./misc/filemanager.nix
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
krita
|
||||
inkscape
|
||||
audacity
|
||||
blender
|
||||
blender_4_2
|
||||
sunvox
|
||||
];
|
||||
}
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
# Communication
|
||||
"${ws.w3a}" = [{class = "zoom";}];
|
||||
"${ws.w7}" = [{app_id = "MiscBrowser";} {app_id = "vesktop";}];
|
||||
"${ws.w8}" = [{class = "Element";}];
|
||||
"${ws.w8}" = [{app_id = "Element";}];
|
||||
"${ws.w9}" = [{app_id = "thunderbird";}];
|
||||
|
||||
# Else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue