9 lines
133 B
Nix
9 lines
133 B
Nix
{ config, ... }:
|
|
{
|
|
programs = {
|
|
home-manager.enable = true;
|
|
password-store.enable = true;
|
|
direnv.enable = true;
|
|
};
|
|
}
|