diff options
Diffstat (limited to 'hosts/profiles.nix')
| -rw-r--r-- | hosts/profiles.nix | 4 |
1 files changed, 1 insertions, 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"; } |
