8 lines
119 B
Nix
8 lines
119 B
Nix
_: {
|
|
imports = [
|
|
./hardware.nix
|
|
./home-manager.nix
|
|
./system.nix
|
|
./xdg.nix
|
|
];
|
|
}
|