This commit is contained in:
Geoffrey Frogeye 2024-12-25 15:30:07 +01:00
parent bd8e6d9fdc
commit 7cb3dfd9cf
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
3 changed files with 122 additions and 74 deletions

View file

@ -43,6 +43,7 @@
disko,
nix-on-droid,
flake-utils,
nur,
...
}@attrs:
# Machine independant outputs
@ -50,9 +51,11 @@
nixpkgsConfig = {
config = {
allowUnfree = true;
# TODO Handpick exceptions
};
overlays = [
(import ./common/update-local-flakes/overlay.nix)
nur.overlays.default
];
};
homeManagerConfig = {
@ -70,6 +73,7 @@
specialArgs = attrs;
modules = modules ++ [
self.nixosModules.dotfiles
# nur.modules.nixos.default
{
nixpkgs = nixpkgsConfig;
home-manager = homeManagerConfig;