aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-10-04 02:48:05 +0200
committerschererleander <leander@schererleander.de>2025-10-04 02:48:05 +0200
commit4f90ea891b4058d3b987540e031fa3d1c716a690 (patch)
tree281a8cb1a9a50a086f2641e456845f82460d3dad /modules
parentf2f0948e581ebaae6f55f195d0d4e3d38fd31887 (diff)
feat: fix nix flake check alias overlapping exisiting nc command
Diffstat (limited to 'modules')
-rw-r--r--modules/home-manager/zsh.nix2
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 = {