about summary refs log tree commit diff
path: root/machines/aszlig
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2019-10-30 21:03:24 +0100
committeraszlig <aszlig@nix.build>2019-10-30 21:06:54 +0100
commit8d6f2efc3c2d559db03ddcdb72878e7d64e6d64c (patch)
tree64dc014371ce9f052f644ec7ac233b3cfd18a817 /machines/aszlig
parentcaaa8d17331cfbfec852b1e5549f273f737cf3ef (diff)
machines/brawndo: Add Visual Studio Code
Unfortunately, this is a work requirement for the user in question, so
while I'd (personally) prefer to pretty much stay on free software, the
circumstances prevent this :-/

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @dwenola
Diffstat (limited to 'machines/aszlig')
-rw-r--r--machines/aszlig/managed/brawndo.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/aszlig/managed/brawndo.nix b/machines/aszlig/managed/brawndo.nix
index d08b7a3d..8fb96ec8 100644
--- a/machines/aszlig/managed/brawndo.nix
+++ b/machines/aszlig/managed/brawndo.nix
@@ -1,4 +1,4 @@
-{ config, pkgs, unfreePkgs, lib, ... }:
+{ config, pkgs, unfreePkgs, unfreeAndNonDistributablePkgs, lib, ... }:
 
 let
   mainDisk = "ata-WDC_WD5000LPVX-22V0TT0_WD-WXG1E2559AYH";
@@ -37,7 +37,7 @@ in {
 
   environment.systemPackages = with pkgs; [
     vuizvui.aszlig.axbo chromium firefox gpodder opentyrian unfreePkgs.steam
-    python3
+    python3 unfreeAndNonDistributablePkgs.vscode-with-extensions
   ];
 
   i18n.defaultLocale = "en_US.UTF-8";