diff --git a/shell.nix b/shell.nix index 18ea0e41..e792e729 100644 --- a/shell.nix +++ b/shell.nix @@ -1,4 +1,7 @@ -{ pkgs ? import { } }: +{ pkgs ? import { + overlays = [ (import ./overlays/nix-zsh-completions.nix) ]; + } +}: let configs = "${toString ./.}#nixosConfigurations"; build = "config.system.build"; @@ -19,6 +22,7 @@ pkgs.mkShell { git git-crypt rebuild + nix-zsh-completions ]; shellHook = ''