diff options
| author | Fuwn <[email protected]> | 2024-09-25 02:52:41 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-25 02:52:41 -0700 |
| commit | cc2acd05360ff08cabc533b6a6caf3971a09be36 (patch) | |
| tree | 40a533163540cb59e51f2b08873a845115995ad8 /modules/core/nix/extended.nix | |
| parent | networking: mirror september over tor (diff) | |
| download | nixos-config-cc2acd05360ff08cabc533b6a6caf3971a09be36.tar.xz nixos-config-cc2acd05360ff08cabc533b6a6caf3971a09be36.zip | |
nix: clean with nh
Diffstat (limited to 'modules/core/nix/extended.nix')
| -rw-r--r-- | modules/core/nix/extended.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/core/nix/extended.nix b/modules/core/nix/extended.nix index 4e924cd..86168f2 100644 --- a/modules/core/nix/extended.nix +++ b/modules/core/nix/extended.nix @@ -5,8 +5,6 @@ ... }: { - imports = [ ./nh.nix ]; - config = lib.mkIf config.modules.nix.extend { nixpkgs.config.cudaSupport = true; programs.nix-index-database.comma.enable = true; |