From db652ab3080e38194784a397f8891af45a00b244 Mon Sep 17 00:00:00 2001 From: solidsnakedev Date: Sat, 14 Dec 2024 09:11:27 -0700 Subject: [PATCH] refactor: clean --- home-manager/mac/home.nix | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/home-manager/mac/home.nix b/home-manager/mac/home.nix index fb1029a..9696a13 100644 --- a/home-manager/mac/home.nix +++ b/home-manager/mac/home.nix @@ -98,26 +98,6 @@ }; - # programs.zsh = { - # enable = true; - # shellAliases = { - # ll = "ls -l"; - # # update = "sudo nixos-rebuild switch"; - # }; - # history = { - # size = 10000; - # path = "${config.xdg.dataHome}/zsh/history"; - # }; - # enableVteIntegration = true; - # # zplug = { - # # enable = true; - # # plugins = [ - # # { name = "zsh-users/zsh-autosuggestions"; } # Simple plugin installation - # # { name = "romkatv/powerlevel10k"; tags = [ as:theme depth:1 ]; } # Installations with additional options. For the list of options, please refer to Zplug README. - # # ]; - # # }; - # }; - xdg.configFile.yabai = { source = ../../config/yabai; recursive = true;