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
|
||||
id: yamllint
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.6.0
|
||||
rev: v5.0.0
|
||||
hooks:
|
||||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
|
@ -27,7 +27,7 @@ repos:
|
|||
- id: remove-tabs
|
||||
exclude: (Makefile)
|
||||
- repo: https://github.com/zricethezav/gitleaks
|
||||
rev: v8.18.4
|
||||
rev: v8.22.0
|
||||
hooks:
|
||||
- id: gitleaks
|
||||
- repo: https://github.com/yuvipanda/pre-commit-hook-ensure-sops
|
||||
|
|
|
@ -84,6 +84,9 @@ in
|
|||
# 1Password cli
|
||||
_1password.enable = true;
|
||||
|
||||
# Mosh
|
||||
mosh.enable = true;
|
||||
|
||||
# VSCode Compatibility Settings
|
||||
nix-ld.enable = true;
|
||||
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
unstable.helix
|
||||
unstable.sops
|
||||
unstable.talosctl # overlay override
|
||||
unstable.zellij
|
||||
|
||||
# flake imports
|
||||
inputs.nix-inspect.packages.${pkgs.system}.default
|
||||
|
|
Loading…
Reference in a new issue