diff --git a/users/profiles/shells/zsh.nix b/users/profiles/shells/zsh.nix index c01220c..d5f956b 100644 --- a/users/profiles/shells/zsh.nix +++ b/users/profiles/shells/zsh.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, ... }: { +{ config, lib, pkgs, main, ... }: { imports = [ ./common.nix ]; programs = { @@ -20,6 +20,8 @@ history.path = "${dotDir}/.zsh_history"; + shellAliases = main.environment.shellAliases; + oh-my-zsh = { enable = true; plugins = [