universeair: nixify *almost* everything

This commit is contained in:
2024-01-29 11:25:45 -05:00
parent 0ebeac20d8
commit 929259fc0d

View File

@@ -53,8 +53,31 @@ in
btop
cbqn-replxx
# Graphical Apps:
firefox
rectangle
tailscale
discord
slack
# TODO: Consider using Yabai??
]);
homebrew = {
enable = true;
# Graphical apps to install through homebrew instead of nixpkgs
casks = [
"nextcloud"
"tidal"
];
# Apps to install outside of nix for when wanting to test/run
# things that... aren't used by other people who use nix, like
# python apps (which is why poetry is there)
brews = [
"poetry"
];
};
# Create /etc/zshrc that loads the nix-darwin environment.
programs.bash.enable = true; # default shell on catalina
programs.zsh.enable = true; # default shell on catalina