diff options
Diffstat (limited to 'util/modules/home/zsh.nix')
| -rw-r--r-- | util/modules/home/zsh.nix | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/util/modules/home/zsh.nix b/util/modules/home/zsh.nix deleted file mode 100644 index 7d72dba..0000000 --- a/util/modules/home/zsh.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ pkgs, ... }: - -{ - programs.zsh = { - enable = true; - - shellAliases = { - lsa = "ls -lAsh"; - }; - - oh-my-zsh = { - enable = true; - plugins = [ "git" "systemd" ]; - #theme = "powerlevel10k"; - }; - }; -} |