add slack to dock, install bat, add abbr

This commit is contained in:
sloane 2025-05-15 08:52:17 -04:00
parent 5220c584c1
commit f14f151115
Signed by: sloanelybutsurely
SSH key fingerprint: SHA256:8SBnwhl+RY3oEyQxy1a9wByPzxWM0x+/Ejc+sIlY5qQ
2 changed files with 4 additions and 0 deletions
home-manager
nix-darwin/hosts/Sloanes-MacBook-Air

View file

@ -45,6 +45,7 @@
shellAbbrs = {
drs = "darwin-rebuild switch --flake ~/.config/nix-darwin";
j = "jj";
cat = "bat";
};
};
home.file.".config/fish/completions/jj.fish" = {
@ -224,4 +225,6 @@
};
};
};
programs.bat.enable = true;
}

View file

@ -6,6 +6,7 @@
"/Applications/Things3.app"
"/Applications/Fantastical.app"
"/System/Applications/Messages.app"
"/Applications/Slack.app/"
"/Applications/Discord.app"
"/System/Applications/Music.app"
"/Applications/Obsidian.app"