guest
This commit is contained in:
parent
c33c521aad
commit
572ae7c876
6 changed files with 69 additions and 24 deletions
|
|
@ -26,6 +26,7 @@
|
|||
./system/btrbk.nix
|
||||
./system/yubikey.nix
|
||||
./system/alt.nix
|
||||
./system/guest.nix
|
||||
];
|
||||
};
|
||||
|
||||
|
|
@ -108,6 +109,13 @@
|
|||
./home/alt.nix
|
||||
];
|
||||
};
|
||||
guest = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux.extend inputs.nur.overlays.default;
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
./home/guest.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue