feat: Enabled package ragenix for secret management

This commit is contained in:
2025-12-10 17:58:25 -05:00
committed by Hunter Halloran
parent 69ebf5bb9d
commit e7d7218c79
4 changed files with 202 additions and 15 deletions

View File

@@ -73,6 +73,7 @@ in
git
oh-my-posh
inputs.lazyvim-nixvim.packages.${stdenv.hostPlatform.system}.nvim
inputs.agenix.packages.${stdenv.hostPlatform.system}.default
# Custom update script
(writeShellScriptBin "update-system" ''
HOSTNAME=$(hostname)
@@ -92,7 +93,7 @@ in
];
}
# Import Desktop or Kiosk modules based on type
(mkIf (cfg.type == "desktop") (
(mkIf (cfg.type == "desktop") (
import ./desktop {
inherit
config