summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/profiles.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/profiles.nix b/hosts/profiles.nix
index 4d38b2d..349028a 100644
--- a/hosts/profiles.nix
+++ b/hosts/profiles.nix
@@ -28,7 +28,7 @@ in {
};
nixpkgs = {
- overlays = [nur.overlay getchoo.overlays.default];
+ overlays = [nur.overlay getchoo.overlays.default self.overlays.default];
config.allowUnfree = true;
};