add mosh, zellij, and update pre-commit
This commit is contained in:
parent
0c0afbeeb8
commit
28ff22dbd7
3 changed files with 6 additions and 2 deletions
|
@ -10,7 +10,7 @@ repos:
|
||||||
- .yamllint.yaml
|
- .yamllint.yaml
|
||||||
id: yamllint
|
id: yamllint
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.6.0
|
rev: v5.0.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
|
@ -27,7 +27,7 @@ repos:
|
||||||
- id: remove-tabs
|
- id: remove-tabs
|
||||||
exclude: (Makefile)
|
exclude: (Makefile)
|
||||||
- repo: https://github.com/zricethezav/gitleaks
|
- repo: https://github.com/zricethezav/gitleaks
|
||||||
rev: v8.18.4
|
rev: v8.22.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: gitleaks
|
- id: gitleaks
|
||||||
- repo: https://github.com/yuvipanda/pre-commit-hook-ensure-sops
|
- repo: https://github.com/yuvipanda/pre-commit-hook-ensure-sops
|
||||||
|
|
|
@ -84,6 +84,9 @@ in
|
||||||
# 1Password cli
|
# 1Password cli
|
||||||
_1password.enable = true;
|
_1password.enable = true;
|
||||||
|
|
||||||
|
# Mosh
|
||||||
|
mosh.enable = true;
|
||||||
|
|
||||||
# VSCode Compatibility Settings
|
# VSCode Compatibility Settings
|
||||||
nix-ld.enable = true;
|
nix-ld.enable = true;
|
||||||
|
|
||||||
|
|
|
@ -45,6 +45,7 @@
|
||||||
unstable.helix
|
unstable.helix
|
||||||
unstable.sops
|
unstable.sops
|
||||||
unstable.talosctl # overlay override
|
unstable.talosctl # overlay override
|
||||||
|
unstable.zellij
|
||||||
|
|
||||||
# flake imports
|
# flake imports
|
||||||
inputs.nix-inspect.packages.${pkgs.system}.default
|
inputs.nix-inspect.packages.${pkgs.system}.default
|
||||||
|
|
Loading…
Reference in a new issue