From 10c984caf7067656990e5966b4626314f225755f Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Thu, 25 Jul 2024 22:18:51 -0700 Subject: home: remove unused modules --- home/zsh.nix | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 home/zsh.nix (limited to 'home/zsh.nix') 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"; - }; - }; -} -- cgit v1.2.3