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

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