summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/profiles.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/profiles.nix b/hosts/profiles.nix
index 83f2a6c..195da1a 100644
--- a/hosts/profiles.nix
+++ b/hosts/profiles.nix
@@ -4,7 +4,7 @@
}: let
common = {
nixpkgs = {
- overlays = with inputs; [nur.overlay getchoo.overlays.default self.overlays.default];
+ overlays = with inputs; [nur.overlay getchoo.overlays.default];
config.allowUnfree = true;
};
@@ -56,6 +56,8 @@ in {
};
};
+ nixpkgs.overlays = [self.overlays.default];
+
getchoo.base.enable = true;
system.stateVersion = "23.11";
}