mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:19:41 +00:00
15 lines
191 B
Nix
15 lines
191 B
Nix
|
_: {
|
||
|
imports = [
|
||
|
./hardware
|
||
|
./boot
|
||
|
./services
|
||
|
./nix
|
||
|
./environment
|
||
|
./impermanence
|
||
|
./programs.nix
|
||
|
./system.nix
|
||
|
./network.nix
|
||
|
./localisation.nix
|
||
|
];
|
||
|
}
|