From 4f90ea891b4058d3b987540e031fa3d1c716a690 Mon Sep 17 00:00:00 2001 From: schererleander Date: Sat, 4 Oct 2025 02:48:05 +0200 Subject: feat: fix nix flake check alias overlapping exisiting nc command --- modules/home-manager/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/home-manager') diff --git a/modules/home-manager/zsh.nix b/modules/home-manager/zsh.nix index a942457..cc80699 100644 --- a/modules/home-manager/zsh.nix +++ b/modules/home-manager/zsh.nix @@ -50,7 +50,7 @@ shellAliases = { ls = "ls --color=auto"; - nc = "nix flake check --all-systems"; + nixceck = "nix flake check --all-systems"; }; zplug = { -- cgit v1.3.1