From 31fa816373038e5fad807131a8526103bd005a6f Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sun, 12 May 2024 20:12:49 -0700 Subject: Delete old duplicate config from util (i have no clue how that even happened?) --- util/modules/home/zsh.nix | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 util/modules/home/zsh.nix (limited to 'util/modules/home/zsh.nix') 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"; - }; - }; -} -- cgit v1.2.3