mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 21:16:35 +05:30
add back cuda support
This commit is contained in:
@ -10,6 +10,11 @@
|
|||||||
../../modules/nixos/default.nix
|
../../modules/nixos/default.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nixpkgs = {
|
||||||
|
config.cudaSupport = true;
|
||||||
|
hostPlatform = "x86_64-linux";
|
||||||
|
};
|
||||||
|
|
||||||
wsl = {
|
wsl = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultUser = "${username}";
|
defaultUser = "${username}";
|
||||||
|
Reference in New Issue
Block a user