add typhon, enable zsh autocomplete

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2025-03-26 01:31:46 -04:00
parent 98b8ee7777
commit 32781a7290
5 changed files with 67 additions and 1 deletions

40
flake.lock generated
View File

@ -67,6 +67,21 @@
"type": "github"
}
},
"crane": {
"locked": {
"lastModified": 1727316705,
"narHash": "sha256-/mumx8AQ5xFuCJqxCIOFCHTVlxHkMT21idpbgbm/TIE=",
"owner": "ipetkov",
"repo": "crane",
"rev": "5b03654ce046b5167e7b0bccbd8244cb56c16f0e",
"type": "github"
},
"original": {
"owner": "ipetkov",
"repo": "crane",
"type": "github"
}
},
"firefox-addons": {
"inputs": {
"flake-utils": [
@ -552,6 +567,7 @@
"sops-nix": "sops-nix",
"stylix": "stylix",
"systems": "systems_2",
"typhon": "typhon",
"wired-notify": "wired-notify"
}
},
@ -770,6 +786,30 @@
"type": "github"
}
},
"typhon": {
"inputs": {
"crane": "crane",
"flake-compat": [
"flake-compat"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1730373693,
"narHash": "sha256-pDoaV+a3CBmvhYKD/m8k5soQ4kxwzvv2Kh/y7QHCGyU=",
"owner": "typhon-ci",
"repo": "typhon",
"rev": "e4f11b3d7c47c3a584fe565637bcc6e50f3735da",
"type": "github"
},
"original": {
"owner": "typhon-ci",
"repo": "typhon",
"type": "github"
}
},
"wired-notify": {
"inputs": {
"flake-parts": [