NixOS-Config/hosts/firefly/home/default.nix

14 lines
277 B
Nix
Raw Normal View History

2024-10-12 20:44:05 -04:00
{ ... }:
{
imports = [
../../../overlays
../../../modules/home
../../../modules/home/users
../../../modules/home/files
../../../modules/home/settings
../../../modules/home/programs
../../../modules/home/sway
../../../modules/home/utils
];
}