diff options
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 = { |
