flake update

This commit is contained in:
Vivian 2022-09-28 12:20:54 +02:00
parent 9dbaf2c3c4
commit 2f100687a7
4 changed files with 25 additions and 11 deletions

View file

@ -42,7 +42,6 @@
ripgrep
rnix-lsp
rsync
rust-analyzer
rustup
saleae-logic-2
solo2-cli
@ -120,10 +119,23 @@
enable = true;
package = pkgs.firefox-devedition-bin;
};
programs.vscode = {
enable = true;
package = pkgs.vscode;
userSettings = {
"ltex.language" = "en-GB";
"workbench.colorTheme" = "Catppuccin Frappé";
"editor.fontFamily" = "'DejaVuSansMono Nerd Font', 'monospace', monospace";
"keyboard.dispatch" = "keyCode";
"rust-analyzer.server.path" = "${pkgs.rust-analyzer}/bin/rust-analyzer";
"terminal.integrated.defaultProfile.linux" = "zsh";
"nix.enableLanguageServer" = true; # Enable LSP.
"nix.serverPath" = "${pkgs.nil}/bin/nil"; # The path to the LSP server executable.
"[nix]" = {
"editor.defaultFormatter" = "jnoortheen.nix-ide";
};
};
extensions = with pkgs.vscode-extensions; [
catppuccin.catppuccin-vsc
codezombiech.gitignore