nixfmt did its thing

This commit is contained in:
2026-03-03 15:57:59 +02:00
parent 547b442eaa
commit cd83f432cb
4 changed files with 87 additions and 52 deletions

View File

@@ -1,24 +1,35 @@
{ config, lib, pkgs, ... }:
{
config,
lib,
pkgs,
...
}:
{
programs.git = {
enable = true;
};
environment.systemPackages = with pkgs; [
opencode
python315 graphviz
texliveFull
rustup gcc go
cmake gnumake
trunk slumber
nixfmt nil
jdk
shellcheck
ansible
glslang
pandoc
html-tidy
stylelint
opencode
python315
graphviz
texliveFull
rustup
gcc
go
cmake
gnumake
trunk
slumber
nixfmt
nil
jdk
shellcheck
ansible
glslang
pandoc
html-tidy
stylelint
];
programs.direnv.enable = true;
}