Remove usernix and home-manager standalone

This commit is contained in:
Geoffrey Preud'homme 2024-03-26 16:42:37 +01:00
parent 76a594ca9f
commit 7973e2ccd7
No known key found for this signature in database
GPG key ID: A8F1DA9A7F67BECA
6 changed files with 1 additions and 234 deletions

View file

@ -37,7 +37,7 @@
nur.url = "github:nix-community/NUR";
};
outputs = { self, nixpkgs, disko, nix-on-droid, home-manager, stylix, nixgl, ... }@attrs:
outputs = { self, nixpkgs, disko, nix-on-droid, stylix, nixgl, ... }@attrs:
let
nixpkgsConfig = {
overlays = [
@ -77,13 +77,6 @@
}
];
};
homeManagerConfiguration = { system, modules ? [ ] }: home-manager.lib.homeManagerConfiguration {
specialArgs = attrs;
pkgs = import nixpkgs (nixpkgsConfig // {
inherit system;
});
modules = modules ++ [ self.homeManagerModules.dotfiles ];
};
};
in
{