chore: update nix

This commit is contained in:
2026-02-03 11:03:21 -05:00
parent 0dca9802e6
commit 15259b5ec3
6 changed files with 77 additions and 58 deletions

View File

@@ -2,14 +2,13 @@
, pkgs
, config
, namespace
, osConfig
, ...
}:
let
inherit (lib) mkIf;
helpers = import ./lib.nix { inherit lib; };
llamaSwapConfig = osConfig.${namespace}.services.llama-swap.config or { };
llamaSwapConfig = import ./../../../../nixos/services/llama-swap/config.nix { inherit pkgs; };
cfg = config.${namespace}.programs.terminal.opencode;
in