14 lines
162 B
Nix
14 lines
162 B
Nix
{ ... }:
|
|
{
|
|
|
|
imports = [
|
|
./base
|
|
./base-system
|
|
./desktop
|
|
./filesystems
|
|
#./hardware #TODO
|
|
./home-manager
|
|
./printing
|
|
./theme
|
|
];
|
|
}
|