diff options
Diffstat (limited to 'user-profiles/zsh')
| -rw-r--r-- | user-profiles/zsh/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/user-profiles/zsh/default.nix b/user-profiles/zsh/default.nix index 944d10ff..eb9f7aa9 100644 --- a/user-profiles/zsh/default.nix +++ b/user-profiles/zsh/default.nix | |||
| @@ -1,6 +1,10 @@ | |||
| 1 | { userName, pkgs, customUtils, lib, config, ... }: | 1 | { userName, pkgs, customUtils, lib, config, ... }: |
| 2 | { | 2 | { |
| 3 | config = { | 3 | config = { |
| 4 | nixpkgs.externalConfig.allowUnfreePackages = [ | ||
| 5 | "zsh-abbr" | ||
| 6 | ]; | ||
| 7 | |||
| 4 | home-manager.users.${userName} = let sysConfig = config; in { config, ... }: { | 8 | home-manager.users.${userName} = let sysConfig = config; in { config, ... }: { |
| 5 | config = { | 9 | config = { |
| 6 | programs.zsh = { | 10 | programs.zsh = { |
