small qol and bugfixes

This commit is contained in:
alisceon 2026-05-23 23:09:54 +02:00
parent 0771df9538
commit 25e5ca9a68
3 changed files with 269 additions and 5 deletions

View file

@ -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