Some fixes
This commit is contained in:
parent
8d596d5ed4
commit
dddde3aea9
2 changed files with 1 additions and 6 deletions
|
@ -4,7 +4,6 @@
|
||||||
tuba
|
tuba
|
||||||
gimp
|
gimp
|
||||||
deno
|
deno
|
||||||
dart
|
|
||||||
ptyxis
|
ptyxis
|
||||||
heroic
|
heroic
|
||||||
aspell
|
aspell
|
||||||
|
@ -15,14 +14,10 @@
|
||||||
r2modman
|
r2modman
|
||||||
pciutils
|
pciutils
|
||||||
resources
|
resources
|
||||||
alejandra
|
|
||||||
impression
|
|
||||||
libreoffice
|
libreoffice
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
protontricks
|
|
||||||
prismlauncher
|
prismlauncher
|
||||||
authenticator
|
authenticator
|
||||||
android-studio
|
|
||||||
nexusmods-app-unfree
|
nexusmods-app-unfree
|
||||||
hunspellDicts.en_CA-large
|
hunspellDicts.en_CA-large
|
||||||
];
|
];
|
||||||
|
|
|
@ -100,7 +100,7 @@
|
||||||
"nix.serverPath" = lib.meta.getExe pkgs.nil;
|
"nix.serverPath" = lib.meta.getExe pkgs.nil;
|
||||||
"nix.serverSettings" = {
|
"nix.serverSettings" = {
|
||||||
"nil" = {
|
"nil" = {
|
||||||
"formatting" = {"command" = ["alejandra"];};
|
"formatting" = {"command" = [lib.getExe pkgs.alejandra];};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"indentRainbow.ignoreErrorLanguages" = ["*"];
|
"indentRainbow.ignoreErrorLanguages" = ["*"];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue