7 lines
116 B
Nix
7 lines
116 B
Nix
{config, ...}: {
|
|
config = {
|
|
nixfiles.profile.base.enable = true;
|
|
programs.keychain.enable = false;
|
|
};
|
|
}
|