9 lines
150 B
Nix
9 lines
150 B
Nix
{config, ...}: {
|
|
sops = {
|
|
age.keyFile = "${config.home.homeDirectory}/.config/sops/age/keys.txt";
|
|
};
|
|
|
|
imports = [
|
|
./wakatime.nix
|
|
];
|
|
}
|