Add more things I will want on the Mac

This commit is contained in:
Greg Hellings
2025-05-09 12:54:21 -05:00
parent 96955700d4
commit 6db66fa45e
2 changed files with 58 additions and 2 deletions
+15
View File
@@ -1,10 +1,25 @@
{ ... }:
{
#environment.loginShell = lib.getExe pkgs.xonsh;
homebrews = {
enable = true;
brews = [
"direnv"
{
name = "libvirt";
restart_service = true;
}
"qemu"
];
casks = [
"alt-tab"
"bruno"
"chromium"
"firefox"
"onlyoffice"
"pgadmin4"
"vagrant"
"visual-studio-code"
"zed"
];
};