190 current 2025-10-09 22:00:15 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-09 22:11:02 -05:00
parent 434f8c20a8
commit 6d3b619eb6
3 changed files with 9 additions and 6 deletions

View File

@@ -106,6 +106,8 @@ in
curl
fzf
fd
nil
nixfmt
tree
vim
lf

View File

@@ -92,12 +92,12 @@ in
# };
# };
sops.secrets = {
"${service}_" = {
owner = "${service}";
group = "${service}";
};
};
# sops.secrets = {
# "${service}_" = {
# owner = "${service}";
# group = "${service}";
# };
# };
# add to backups
modules.system.backups.paths = lib.mkIf cfg.backup [ cfg.data_dir ];

View File

@@ -7,5 +7,6 @@
"lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" },
"nightfox.nvim": { "branch": "main", "commit": "ba47d4b4c5ec308718641ba7402c143836f35aa9" },
"nvim-cmp": { "branch": "main", "commit": "b5311ab3ed9c846b585c0c15b7559be131ec4be9" },
"nvim-lspconfig": { "branch": "master", "commit": "cc2f5f2fa28d240574808e78847978ed6ef20d2a" },
"vimwiki": { "branch": "dev", "commit": "72792615e739d0eb54a9c8f7e0a46a6e2407c9e8" }
}