{ flakeInputs, config, ... }:
{
  imports = [ flakeInputs.sops-nix.homeManagerModules.sops ];

  config = {
    sops = {
      age.keyFile = config.home.homeDirectory + "/.config/sops/age/keys.txt";
    };
  };
}