mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-03-10 19:18:17 +01:00
24 lines
312 B
Nix
24 lines
312 B
Nix
{
|
|
inputs,
|
|
...
|
|
}:
|
|
|
|
{
|
|
imports = [
|
|
./boot.nix
|
|
./fonts.nix
|
|
./hardware.nix
|
|
./network.nix
|
|
./packages.nix
|
|
./services.nix
|
|
./starfish.nix
|
|
./steam.nix
|
|
./stylix.nix
|
|
./system.nix
|
|
./user.nix
|
|
./virtualisation.nix
|
|
./xdg.nix
|
|
inputs.stylix.nixosModules.stylix
|
|
];
|
|
}
|