mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-06 05:59:31 +01:00
chore: Run nixpkgs-fmt
This commit is contained in:
parent
cdf9652a34
commit
f08e4ca34f
@ -20,10 +20,21 @@ in
|
|||||||
programs.bat.enable = true;
|
programs.bat.enable = true;
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
go gopls
|
go
|
||||||
nil alejandra nixpkgs-fmt nixfmt
|
gopls
|
||||||
nodejs yarn deno
|
nil
|
||||||
gcc rustc rustfmt cargo rust-analyzer bacon
|
alejandra
|
||||||
|
nixpkgs-fmt
|
||||||
|
nixfmt
|
||||||
|
nodejs
|
||||||
|
yarn
|
||||||
|
deno
|
||||||
|
gcc
|
||||||
|
rustc
|
||||||
|
rustfmt
|
||||||
|
cargo
|
||||||
|
rust-analyzer
|
||||||
|
bacon
|
||||||
marksman
|
marksman
|
||||||
lua-language-server
|
lua-language-server
|
||||||
clang-tools
|
clang-tools
|
||||||
|
Loading…
Reference in New Issue
Block a user