feat(09-02): wire work-cli flake input and enable module in host config

- Add work-cli path input with nixpkgs follows to flake.nix
- Import modules/work-cli in work host config
- Enable programs.work-cli with gitlab/jira/vault settings (grouped attrset)
- Remove old shell.bash.extraInit completion eval
This commit is contained in:
2026-03-31 12:49:39 +02:00
parent 41c2552cb1
commit 0fac241885
2 changed files with 27 additions and 2 deletions

View File

@@ -46,6 +46,10 @@
url = "github:cachix/git-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";
};
work-cli = {
url = "path:/home/hektor/test-gsd";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
@@ -144,6 +148,7 @@
dotsPath
myUtils
;
hasSopsHmModule = false; # TODO: set to true after re-encrypting secrets for work host's age key
};
};
};