Upgrade
This commit is contained in:
parent
bd8e6d9fdc
commit
7cb3dfd9cf
3 changed files with 122 additions and 74 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue