12 lines
114 B
Nix
12 lines
114 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./dconf
|
|
./desktops
|
|
./gaming
|
|
./git
|
|
./home-manager
|
|
./shells
|
|
];
|
|
}
|