make nix index shallow
readd distrobox add ts6-client setup vscode for python
This commit is contained in:
@@ -56,8 +56,6 @@
|
||||
}
|
||||
);
|
||||
config = {
|
||||
video-sync = "display-resample";
|
||||
interpolation = "yes";
|
||||
screenshot-directory = "~/Pictures/";
|
||||
screenshot-template = "%F/%F_snapshot_%P";
|
||||
};
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
|
||||
{
|
||||
home.packages = with pkgs;[
|
||||
liberation_ttf
|
||||
ubuntu-sans
|
||||
ubuntu-sans-mono
|
||||
nerd-fonts.space-mono
|
||||
corefonts
|
||||
];
|
||||
|
||||
fonts.fontconfig = {
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user