summaryrefslogtreecommitdiff
path: root/modules/core
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-29 21:17:13 -0700
committerFuwn <[email protected]>2024-09-29 21:17:13 -0700
commit9900889235f3e0a93633cb6cb5447349d78696a5 (patch)
tree495197651dfc758b2af03309a37bd0c4aaf33a63 /modules/core
parentsteam: disable default mangohud (diff)
downloadnixos-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.nix2
-rw-r--r--modules/core/nix/extended.nix1
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 = {