nixos/system/home/default.nix

10 lines
162 B
Nix

{ inputs, ... }:
{
imports = [
./shell/default.nix
./scripts/default.nix
./password-store/default.nix
];
programs.home-manager.enable = true;
}