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, config,
lib, lib,
pkgs,
... ...
}: }:

View File

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

View File

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

View File

@ -10,7 +10,7 @@
"keyboard.dispatch": "keyCode", "keyboard.dispatch": "keyCode",
"editor.formatOnSave": true, "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.enableLanguageServer": true,
"nix.serverPath": "nil", "nix.serverPath": "nil",