Move more things to the common host configuration

This commit is contained in:
Oliver Davies 2024-12-30 17:43:49 +00:00
parent c5afed5767
commit 815ec0f429
9 changed files with 147 additions and 528 deletions

View file

@ -13,18 +13,10 @@ let
pkgs = import inputs.nixpkgs {
inherit system;
config = {
allowUnfree = true;
permittedInsecurePackages = [
"electron-27.3.11"
];
};
config.allowUnfree = true;
overlays = [
outputs.overlays.additions
outputs.overlays.modifications
outputs.overlays.stable-packages
];
};