11 lines
221 B
Nix
11 lines
221 B
Nix
{ inputs, ... }:
|
|
{
|
|
imports = [
|
|
inputs.nix-index-database.hmModules.nix-index
|
|
./shell/default.nix
|
|
./scripts/default.nix
|
|
./services/password-store/default.nix
|
|
];
|
|
programs.home-manager.enable = true;
|
|
}
|