Add more things I will want on the Mac
This commit is contained in:
@@ -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"
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user