Cleanup vscode config

This commit is contained in:
Cyryl Płotnicki 2019-04-20 22:53:26 +01:00
parent 23a2d1392d
commit 4268cd6cba

View file

@ -14,8 +14,6 @@ in
};
users.users.cyryl = {
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" "video" "scanner" "lp" "docker" "vboxusers"];
packages = with pkgs; [
(unstable.vscode-with-extensions.override {
vscodeExtensions = with vscode-extensions; [ bbenoist.Nix ms-python.python ]
@ -159,7 +157,6 @@ in
sha256 = "1knspsc98cfw4mhc0yaz0f2185sxdf9kn9qsysfs6c82g9wjaqcj";
}
];})
];
};
}