remove tux since its broken for now; remove unneeded vscode exts; use initextraa instead of bashrc

This commit is contained in:
2025-05-30 10:50:34 +01:00
parent ae21fe1426
commit f9e672cb8f
3 changed files with 2 additions and 5 deletions

View File

@@ -40,7 +40,7 @@
]; ];
}; };
hardware.tuxedo-drivers.enable = true; # hardware.tuxedo-drivers.enable = true;
programs.wireshark = { programs.wireshark = {
enable = true; enable = true;

View File

@@ -30,7 +30,7 @@ with lib;
programs = { programs = {
bash = { bash = {
enable = true; enable = true;
bashrcExtra = '' initExtra = ''
source $(blesh-share)/ble.sh source $(blesh-share)/ble.sh
bleopt canvas_winch_action=redraw-prev bleopt canvas_winch_action=redraw-prev
''; '';

View File

@@ -22,15 +22,12 @@ in
mkhl.direnv mkhl.direnv
dracula-theme.theme-dracula dracula-theme.theme-dracula
dbaeumer.vscode-eslint dbaeumer.vscode-eslint
eamodio.gitlens
pkief.material-icon-theme pkief.material-icon-theme
jnoortheen.nix-ide jnoortheen.nix-ide
esbenp.prettier-vscode esbenp.prettier-vscode
humao.rest-client
loriscro.super loriscro.super
mads-hartmann.bash-ide-vscode mads-hartmann.bash-ide-vscode
foxundermoon.shell-format foxundermoon.shell-format
dart-code.flutter
ms-vscode.wasm-wasi-core ms-vscode.wasm-wasi-core
rust-lang.rust-analyzer rust-lang.rust-analyzer
tamasfe.even-better-toml tamasfe.even-better-toml