enabled package ragenix

This commit is contained in:
2025-12-10 17:58:25 -05:00
parent 6e472d3a90
commit 04159c6b8f
3 changed files with 11 additions and 2 deletions

View File

@@ -73,6 +73,7 @@ in
git
oh-my-posh
inputs.lazyvim-nixvim.packages.${stdenv.hostPlatform.system}.nvim
inputs.ragenix.${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