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