mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-09 22:19:42 +00:00
14 lines
173 B
Nix
14 lines
173 B
Nix
_: {
|
|
imports = [
|
|
./hardware
|
|
./boot
|
|
./services
|
|
./nix
|
|
./impermanence
|
|
./programs.nix
|
|
./system.nix
|
|
./network.nix
|
|
./localisation.nix
|
|
];
|
|
}
|