feat: split hm user base by host type and remove nvim secret
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user