Evie Litherland-Smith
fe1f5bb6a2
Move home/services/ files up one level, adjust imports accordingly.
11 lines
212 B
Nix
11 lines
212 B
Nix
{ inputs, ... }:
|
|
{
|
|
imports = [
|
|
inputs.nix-index-database.hmModules.nix-index
|
|
./shell/default.nix
|
|
./scripts/default.nix
|
|
./password-store/default.nix
|
|
];
|
|
programs.home-manager.enable = true;
|
|
}
|