diff options
| author | Fuwn <[email protected]> | 2024-08-31 19:04:52 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-31 19:04:52 -0700 |
| commit | c664a90a560401016b2c85cd701b52e1003e673f (patch) | |
| tree | 80161c797002d91d95559f24e9f502530bea941e /modules/nixpkgs.nix | |
| parent | hi (diff) | |
| download | nixos-config-c664a90a560401016b2c85cd701b52e1003e673f.tar.xz nixos-config-c664a90a560401016b2c85cd701b52e1003e673f.zip | |
hi
Diffstat (limited to 'modules/nixpkgs.nix')
| -rw-r--r-- | modules/nixpkgs.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/nixpkgs.nix b/modules/nixpkgs.nix new file mode 100644 index 0000000..206983c --- /dev/null +++ b/modules/nixpkgs.nix @@ -0,0 +1,6 @@ +{ + nixpkgs.config = { + cudaSupport = true; + allowUnfree = true; + }; +} |