14 lines
277 B
Nix
14 lines
277 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
../../../overlays
|
||
|
../../../modules/home
|
||
|
../../../modules/home/users
|
||
|
../../../modules/home/files
|
||
|
../../../modules/home/settings
|
||
|
../../../modules/home/programs
|
||
|
../../../modules/home/sway
|
||
|
../../../modules/home/utils
|
||
|
];
|
||
|
}
|