removed unnecessary imports and improved my vscode

This commit is contained in:
Richie Cahill 2024-04-19 17:59:57 -04:00
parent 825956dc9c
commit ca2c058724
4 changed files with 4 additions and 10 deletions

View File

@ -1,7 +1,6 @@
{
config,
lib,
pkgs,
...
}:

View File

@ -1,9 +1,3 @@
{
config,
pkgs,
lib,
...
}:
{
programs.ssh = {
enable = true;

View File

@ -12,7 +12,6 @@ in
programs.vscode = {
enable = true;
package = pkgs.vscode;
mutableExtensionsDir = true;
extensions = with pkgs.vscode-extensions; [
# vscode
ms-vscode-remote.remote-ssh
@ -28,8 +27,10 @@ in
eamodio.gitlens
codezombiech.gitignore
# python
ms-python.vscode-pylance
charliermarsh.ruff
ms-python.debugpy
ms-python.python
ms-python.vscode-pylance
# rust
rust-lang.rust-analyzer
# MD

View File

@ -10,7 +10,7 @@
"keyboard.dispatch": "keyCode",
"editor.formatOnSave": true,
"editor.fontFamily": "'IntoneMono Nerd Font', 'Droid Sans Mono', 'monospace', monospace",
"editor.fontFamily": "'IntoneMono Nerd Font', 'Droid Sans Mono', 'monospace'",
"nix.enableLanguageServer": true,
"nix.serverPath": "nil",