summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/timmy/default.nix10
1 files changed, 9 insertions, 1 deletions
diff --git a/users/timmy/default.nix b/users/timmy/default.nix
index 659efde..cfe37fa 100644
--- a/users/timmy/default.nix
+++ b/users/timmy/default.nix
@@ -36,7 +36,15 @@ in {
#config = lib.mkIf cfg.enable {
config = {
# Setup zsh
- programs.zsh.enable = true;
+ programs.zsh = {
+ enable = true;
+ _zshenv = {
+ enable = true;
+ exports = {
+ ZDOTDIR = "$HOME/.config/zsh";
+ };
+ };
+ };
#environment.systemPackages = [ pkgs.zsh-fast-syntax-highlighting ]; # TODO
# Setup normal user