sops updates

This commit is contained in:
2025-12-28 17:18:45 +00:00
parent dad4788bef
commit 1e73d7a66e
3 changed files with 11 additions and 4 deletions

View File

@@ -1,11 +1,18 @@
{
inputs,
config,
system,
pkgs,
fetchFromGitHub,
...
}:
{
imports = [
inputs.sops-nix.homeManagerModules.sops
];
sops = {
age.keyFile = "/home/doloro/.config/sops/age/key.txt"; # must have no password!
};
modules = {
Hyprland.enable = true;
quickshell.enable = true;
@@ -84,7 +91,6 @@
gcr
qbittorrent
];
sops.age.keyFile = "/home/doloro/.config/sops/age/key.txt";
# Home Manager is pretty good at managing dotfiles. The primary way to manage
# plain files is through 'home.file'.