Skip to content

Commit

Permalink
refactor: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
solidsnakedev committed Dec 14, 2024
1 parent 79f98c9 commit db652ab
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions home-manager/mac/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit db652ab

Please sign in to comment.