1756850423
This commit is contained in:
@@ -18,6 +18,6 @@
|
|||||||
nvidiaSettings = true;
|
nvidiaSettings = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable CUDA OS-wide
|
# # Enable CUDA OS-wide
|
||||||
nixpkgs.config.cudaSupport = true;
|
# nixpkgs.config.cudaSupport = true;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -38,7 +38,6 @@ in
|
|||||||
usbutils
|
usbutils
|
||||||
qmk-udev-rules
|
qmk-udev-rules
|
||||||
qmk
|
qmk
|
||||||
scanmem
|
|
||||||
|
|
||||||
# Desktop applications
|
# Desktop applications
|
||||||
bitwarden-desktop
|
bitwarden-desktop
|
||||||
@@ -52,6 +51,9 @@ in
|
|||||||
slack
|
slack
|
||||||
impression
|
impression
|
||||||
ardour
|
ardour
|
||||||
|
krita
|
||||||
|
inkscape
|
||||||
|
streamcontroller
|
||||||
|
|
||||||
# Gaming
|
# Gaming
|
||||||
luanti
|
luanti
|
||||||
|
|||||||
@@ -16,4 +16,8 @@
|
|||||||
programs.obs-studio = {
|
programs.obs-studio = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.obs-studio.package = (pkgs.obs-studio.override {
|
||||||
|
cudaSupport = true;
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user