14 lines
164 B
Nix
14 lines
164 B
Nix
{
|
|
imports = [
|
|
./application
|
|
./boot
|
|
./desktop
|
|
./editor
|
|
./hardware
|
|
./home-manager
|
|
./nix
|
|
./services
|
|
./shells
|
|
./system
|
|
];
|
|
}
|