diff options
| -rw-r--r-- | modules/home-manager/zsh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |
