Add common imports

This commit is contained in:
Thomas Avé 2026-06-29 11:15:33 +02:00
parent 90c3065c00
commit ed9cccab9d
Signed by: thomasave
SSH Key Fingerprint: SHA256:bvIbWy6TO9+PdMTPzWy6dqkRlVQ3eSky+vQcc9aRIiE
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{ {
inputs,
config, config,
pkgs, pkgs,
... ...
@ -15,6 +16,7 @@
}; };
in { in {
imports = [ imports = [
(import ./utils/common.nix {inherit inputs config pkgs;})
(import ./utils/fzgo_links.nix {inherit config pkgs fzgo_paths;}) (import ./utils/fzgo_links.nix {inherit config pkgs fzgo_paths;})
./ssh ./ssh
]; ];