12 lines
142 B
Nix
12 lines
142 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./base
|
|
./desktop
|
|
./filesystems
|
|
./hardware
|
|
./home-manager
|
|
./theme
|
|
./virtualisation
|
|
];
|
|
}
|