Cleanup vscode config
This commit is contained in:
parent
23a2d1392d
commit
4268cd6cba
1 changed files with 142 additions and 145 deletions
|
@ -14,8 +14,6 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.cyryl = {
|
users.users.cyryl = {
|
||||||
isNormalUser = true;
|
|
||||||
extraGroups = [ "wheel" "networkmanager" "video" "scanner" "lp" "docker" "vboxusers"];
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
(unstable.vscode-with-extensions.override {
|
(unstable.vscode-with-extensions.override {
|
||||||
vscodeExtensions = with vscode-extensions; [ bbenoist.Nix ms-python.python ]
|
vscodeExtensions = with vscode-extensions; [ bbenoist.Nix ms-python.python ]
|
||||||
|
@ -159,7 +157,6 @@ in
|
||||||
sha256 = "1knspsc98cfw4mhc0yaz0f2185sxdf9kn9qsysfs6c82g9wjaqcj";
|
sha256 = "1knspsc98cfw4mhc0yaz0f2185sxdf9kn9qsysfs6c82g9wjaqcj";
|
||||||
}
|
}
|
||||||
];})
|
];})
|
||||||
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue