15 lines
136 B
Nix
15 lines
136 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}:
|
|
|
|
{
|
|
imports = [
|
|
./utilities
|
|
./window-managers
|
|
./shell
|
|
./display-manager.nix
|
|
];
|
|
}
|