1
0
Fork 0
mirror of https://git.sr.ht/~azikx/wyswort synced 2024-10-30 09:06:19 +00:00
wyswort/host/system/default.nix

11 lines
126 B
Nix
Raw Permalink Normal View History

2024-10-12 09:43:57 +00:00
{
2024-10-15 08:34:19 +00:00
imports = [
./boot.nix
./disks.nix
./hardware.nix
./services.nix
./network.nix
./sound.nix
];
2024-10-12 09:43:57 +00:00
}