From 0ba501917e5f757eee561bf9f7bf6a2a85d99dc1 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 6 Feb 2026 09:42:40 +0100 Subject: bump --- user-profiles/zsh/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'user-profiles/zsh/default.nix') 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 @@ { userName, pkgs, customUtils, lib, config, ... }: { config = { + nixpkgs.externalConfig.allowUnfreePackages = [ + "zsh-abbr" + ]; + home-manager.users.${userName} = let sysConfig = config; in { config, ... }: { config = { programs.zsh = { -- cgit v1.2.3