From 98da16978b3b6ea270d559639cda87383c452cd3 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 23 Jul 2023 22:36:44 -0400 Subject: profiles: put self overlay in common --- hosts/profiles.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/profiles.nix b/hosts/profiles.nix index 5fa495a..5b200c2 100644 --- a/hosts/profiles.nix +++ b/hosts/profiles.nix @@ -4,7 +4,7 @@ }: let common = { nixpkgs = { - overlays = with inputs; [nur.overlay getchoo.overlays.default]; + overlays = with inputs; [nur.overlay getchoo.overlays.default self.overlays.default]; config.allowUnfree = true; }; @@ -56,8 +56,6 @@ in { }; }; - nixpkgs.overlays = [self.overlays.default]; - getchoo.base.enable = true; system.stateVersion = "23.11"; } -- cgit v1.2.3