diff options
| author | schererleander <leander@schererleander.de> | 2025-10-02 11:48:41 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-10-02 11:48:41 +0200 |
| commit | 33365c6dccfa964333208336d883fd72837a57ed (patch) | |
| tree | f21423e992504b813ac602c5f4669280c39a5690 /modules | |
| parent | e05d442e302c6413c62feb5b17de75ad457258ee (diff) | |
feat: add nix check alias
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home-manager/zsh.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home-manager/zsh.nix b/modules/home-manager/zsh.nix index f86425d..a942457 100644 --- a/modules/home-manager/zsh.nix +++ b/modules/home-manager/zsh.nix @@ -50,6 +50,7 @@ shellAliases = { ls = "ls --color=auto"; + nc = "nix flake check --all-systems"; }; zplug = { |
