diff options
| author | Fuwn <[email protected]> | 2024-09-29 21:17:13 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-29 21:17:13 -0700 |
| commit | 9900889235f3e0a93633cb6cb5447349d78696a5 (patch) | |
| tree | 495197651dfc758b2af03309a37bd0c4aaf33a63 /modules/core | |
| parent | steam: disable default mangohud (diff) | |
| download | nixos-config-9900889235f3e0a93633cb6cb5447349d78696a5.tar.xz nixos-config-9900889235f3e0a93633cb6cb5447349d78696a5.zip | |
flake: move pkgs to top-level
Diffstat (limited to 'modules/core')
| -rw-r--r-- | modules/core/nix/default.nix | 2 | ||||
| -rw-r--r-- | modules/core/nix/extended.nix | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/modules/core/nix/default.nix b/modules/core/nix/default.nix index f90bc8b..951b676 100644 --- a/modules/core/nix/default.nix +++ b/modules/core/nix/default.nix @@ -10,8 +10,6 @@ ./nh.nix ]; - nixpkgs.config.allowUnfree = true; - nix = { optimise.automatic = true; registry.nixpkgs.flake = inputs.nixpkgs; diff --git a/modules/core/nix/extended.nix b/modules/core/nix/extended.nix index 86168f2..23415e4 100644 --- a/modules/core/nix/extended.nix +++ b/modules/core/nix/extended.nix @@ -6,7 +6,6 @@ }: { config = lib.mkIf config.modules.nix.extend { - nixpkgs.config.cudaSupport = true; programs.nix-index-database.comma.enable = true; nix = { |