From 33365c6dccfa964333208336d883fd72837a57ed Mon Sep 17 00:00:00 2001 From: schererleander Date: Thu, 2 Oct 2025 11:48:41 +0200 Subject: feat: add nix check alias --- modules/home-manager/zsh.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/home-manager') 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 = { -- cgit v1.3.1