forked from Bun/nixos-config
12 lines
199 B
Nix
12 lines
199 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
../../../home
|
|
../../../home/users
|
|
../../../home/files
|
|
../../../home/settings
|
|
../../../home/programs
|
|
../../../home/sway
|
|
../../../home/utils
|
|
];
|
|
}
|