aboutsummaryrefslogtreecommitdiff
path: root/home/zsh.nix
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-07-25 22:18:51 -0700
committerCaroline Larimore <caroline@larimo.re>2024-07-25 22:18:51 -0700
commit10c984caf7067656990e5966b4626314f225755f (patch)
treed9cc740ec9eeab790efb736b3e351d3253623f64 /home/zsh.nix
parent73c5989b1100172d8d919310af3add117f504b73 (diff)
home: remove unused modules
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";
- };
- };
-}