Reverted my mistake

This commit is contained in:
Alexandre 2025-12-28 01:06:42 +01:00
parent 4818ff82af
commit 6f26ea88ea
2 changed files with 8 additions and 0 deletions

View File

@ -21,6 +21,14 @@
}; };
}; };
}; };
sops = {
enable = true;
defaultSopsFile = ../../secrets/secrets.yaml;
defaultSopsFormat = "yaml";
age = {
enable = true;
keyFile = "${config.home.homeDirectory}/.config/sops/age/keys.txt";
};
# Zed config # Zed config
zed-custom = { zed-custom = {
enable = true; enable = true;