Files
nixos/darwin/hosts/ivr/default.nix
T

29 lines
432 B
Nix

{ ... }:
{
#environment.loginShell = lib.getExe pkgs.xonsh;
homebrews = {
enable = true;
brews = [
"direnv"
{
name = "libvirt";
restart_service = true;
}
"nushell"
"qemu"
];
casks = [
"alt-tab"
"bruno"
"chromium"
"firefox"
"onlyoffice"
"pgadmin4"
"tabby"
"vagrant"
"visual-studio-code"
"zed"
];
};
}