feat: split hm user base by host type and remove nvim secret

This commit is contained in:
2026-04-21 12:41:43 +02:00
parent 6332c96d3e
commit c728c9e627
3 changed files with 16 additions and 16 deletions
-8
View File
@@ -23,17 +23,9 @@
})
];
# Configure sops-nix secret
sops.secrets.gemini-api-key-neovim = { };
wrappers.neovim = {
enable = true;
# Inject the API key into the Neovim environment only
env = {
GEMINI_API_KEY = "$(cat ${config.sops.secrets.gemini-api-key-neovim.path})";
};
# 1. Point to your existing Lua config directory
settings.config_directory = ./lua-config;