2024-08-22 19:08:11 -07:00
|
|
|
{
|
|
|
|
inputs,
|
2025-01-05 21:20:31 -08:00
|
|
|
self,
|
2024-08-22 19:08:11 -07:00
|
|
|
...
|
2024-09-02 18:16:22 -07:00
|
|
|
}:
|
|
|
|
{
|
2024-10-30 21:38:05 -07:00
|
|
|
imports =
|
|
|
|
[
|
|
|
|
./configuration.nix
|
2025-01-05 21:20:31 -08:00
|
|
|
../../modules
|
|
|
|
self.nixosModules.liminalOS
|
2024-10-30 21:38:05 -07:00
|
|
|
{
|
|
|
|
home-manager.users.youwen = {
|
2025-01-05 21:20:31 -08:00
|
|
|
imports = [
|
|
|
|
./home.nix
|
|
|
|
self.homeManagerModules.default
|
|
|
|
];
|
2024-10-30 21:38:05 -07:00
|
|
|
};
|
|
|
|
}
|
|
|
|
]
|
|
|
|
++ (with inputs; [
|
2024-11-12 15:35:52 -08:00
|
|
|
ucode.nixosModules.default
|
2024-10-30 21:38:05 -07:00
|
|
|
]);
|
2024-08-09 23:25:53 -07:00
|
|
|
}
|