home manager for laptop

This commit is contained in:
nora 2023-09-18 14:55:09 +02:00
parent d0d9400502
commit 31b5f8b4f2
6 changed files with 99 additions and 41 deletions

View file

@ -4,12 +4,12 @@
package = pkgs.vscodium;
enableUpdateCheck = false;
mutableExtensionsDir = false;
settings = {
userSettings = {
"nix.enableLanguageServer" = true;
"nix.serverPath" = "${pkgs.nil}/bin/nil";
"nix.serverSettings" = {
formatting = {
command = ["${pkgs.nixpkgs-fmt}/bin/nixpkgs-fmt"];
command = [ "${pkgs.nixpkgs-fmt}/bin/nixpkgs-fmt" ];
};
};
};
@ -27,6 +27,7 @@
redhat.vscode-yaml
mads-hartmann.bash-ide-vscode
ms-azuretools.vscode-docker
# bmalehorn.vscode-fish
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
{
publisher = "dtsvet";