make nix index shallow

readd distrobox
add ts6-client
setup vscode for  python
This commit is contained in:
2025-06-17 19:20:29 +01:00
parent 6981f2cee2
commit 55c0df89fd
7 changed files with 36 additions and 8 deletions

View File

@@ -56,8 +56,6 @@
}
);
config = {
video-sync = "display-resample";
interpolation = "yes";
screenshot-directory = "~/Pictures/";
screenshot-template = "%F/%F_snapshot_%P";
};

View File

@@ -2,10 +2,10 @@
{
home.packages = with pkgs;[
liberation_ttf
ubuntu-sans
ubuntu-sans-mono
nerd-fonts.space-mono
corefonts
];
fonts.fontconfig = {

View File

@@ -31,6 +31,9 @@ in
rust-lang.rust-analyzer
tamasfe.even-better-toml
mikestead.dotenv
ms-python.python
ms-python.debugpy
charliermarsh.ruff
]) ++ (with vscode-marketplace;[ bradlc.vscode-tailwindcss ]);
userSettings = with pkgs;{
"workbench.iconTheme" = "material-icon-theme";
@@ -38,6 +41,9 @@ in
"workbench.colorTheme" = "Dracula Theme";
"explorer.compactFolders" = false;
"chat.commandCenter.enabled" = false;
"terminal.integrated.automationProfile.linux" = {
"path" = "/bin/sh";
};
"editor.fontFamily" = "'SpaceMono Nerd Font', 'monospace', monospace";
"editor.fontSize" = 16;
@@ -67,7 +73,7 @@ in
"editor.defaultFormatter" = "biomejs.biome";
};
"biome.lsp.bin" = "${biome}/bin/biome";
"biome.requireConfigFile" = true;
#"biome.requireConfigFile" = true;
"typescript.preferences.preferTypeOnlyAutoImports" = true;