mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
21 lines
319 B
Nix
21 lines
319 B
Nix
{
|
|
inputs,
|
|
...
|
|
}:
|
|
{
|
|
imports =
|
|
[
|
|
./configuration.nix
|
|
../../../modules/linux
|
|
../../../hm
|
|
../../../overlays
|
|
{
|
|
home-manager.users.youwen = {
|
|
imports = [ ./home.nix ];
|
|
};
|
|
}
|
|
]
|
|
++ (with inputs; [
|
|
lanzaboote.nixosModules.lanzaboote
|
|
]);
|
|
}
|