aboutsummaryrefslogtreecommitdiff
path: root/home/zsh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/zsh.nix')
-rw-r--r--home/zsh.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/home/zsh.nix b/home/zsh.nix
deleted file mode 100644
index 7d72dba..0000000
--- a/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";
- };
- };
-}