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