small qol and bugfixes
This commit is contained in:
parent
0771df9538
commit
25e5ca9a68
3 changed files with 269 additions and 5 deletions
|
|
@ -1,11 +1,9 @@
|
|||
{ pkgs, pkgs-unstable, ... }:
|
||||
{ pkgs-unstable, ... }:
|
||||
|
||||
{
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
package = pkgs-unstable.vscode.fhsWithPackages (
|
||||
ps: with ps; [ git ]
|
||||
);
|
||||
package = pkgs-unstable.vscode;
|
||||
profiles.default = {
|
||||
extensions = [
|
||||
pkgs-unstable.vscode-extensions.ms-python.python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue