Switch to Homebrew for VS Code on Mac

The version enabled by home manager was using rosetta :(
This commit is contained in:
Gene Liverman 2024-04-10 08:18:52 -04:00
parent 899ed0df90
commit b490b7360e
3 changed files with 5 additions and 3 deletions

View file

@ -6,8 +6,5 @@
git.aliases = {
kraken = "!gitkraken -p $(cd \"\${1:-.}\" && git rev-parse --show-toplevel)";
};
vscode = {
enable = true;
};
};
}

View file

@ -20,6 +20,10 @@
} + "/themes/frappe.conf");
};
programs.vscode = {
enable = true;
};
services.dunst = {
enable = true;
settings = {

View file

@ -69,6 +69,7 @@
"slack"
"sonos"
"tailscale"
"visual-studio-code"
"vivaldi"
"zoom"
];