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