mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Install VS Code via Nix
This commit is contained in:
parent
645524c898
commit
dc9a8d6ca8
3 changed files with 7 additions and 2 deletions
|
|
@ -43,7 +43,10 @@
|
||||||
# This is only set to work with x86 macOS right now... that will need to be updated
|
# This is only set to work with x86 macOS right now... that will need to be updated
|
||||||
darwinConfigurations.Blue-Rock = nix-darwin.lib.darwinSystem {
|
darwinConfigurations.Blue-Rock = nix-darwin.lib.darwinSystem {
|
||||||
system = "x86_64-darwin";
|
system = "x86_64-darwin";
|
||||||
pkgs = import nixpkgs { system = "x86_64-darwin"; };
|
pkgs = import nixpkgs {
|
||||||
|
system = "x86_64-darwin";
|
||||||
|
config.allowUnfree = true;
|
||||||
|
};
|
||||||
modules = [
|
modules = [
|
||||||
nix-homebrew.darwinModules.nix-homebrew
|
nix-homebrew.darwinModules.nix-homebrew
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -85,7 +85,6 @@
|
||||||
"thunderbird"
|
"thunderbird"
|
||||||
"vagrant"
|
"vagrant"
|
||||||
"virtualbox"
|
"virtualbox"
|
||||||
"visual-studio-code"
|
|
||||||
"vivaldi"
|
"vivaldi"
|
||||||
"vlc"
|
"vlc"
|
||||||
"whatsapp"
|
"whatsapp"
|
||||||
|
|
|
||||||
|
|
@ -95,6 +95,9 @@
|
||||||
let g:airline_powerline_fonts = 1
|
let g:airline_powerline_fonts = 1
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
vscode = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
zsh = {
|
zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue