15 lines
155 B
Nix
15 lines
155 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./backlights
|
|
./dconf
|
|
./desktops
|
|
./gaming
|
|
./git
|
|
./home-manager
|
|
./nh
|
|
./security
|
|
./shells
|
|
];
|
|
}
|