10 lines
154 B
Nix
10 lines
154 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./shell/default.nix
|
|
./scripts/default.nix
|
|
./password-store/default.nix
|
|
];
|
|
programs.home-manager.enable = true;
|
|
}
|