updated nixos

This commit is contained in:
essse-est
2026-09-12 06:49:33 -05:00
parent d9214ffabd
commit c91432d2b8
7 changed files with 260 additions and 50 deletions
+54
View File
@@ -0,0 +1,54 @@
{ config, lib, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
autoconf
automake
bat
bat-extras.batdiff
bazelisk
binutils
bison
clang
clang-tools
cloudflared
cron
debugedit
fakeroot
findutils
gawk
gcc
gettext
git
git-lfs
github-cli
gnumake
groff
gzip
jdk17
jdk25
jdk8
libtool
m4
mdformat
meson
mise
ncurses
ninja
nodejs_26
pkgconf
python3
shellcheck
shfmt
texinfo
unrar
unzip
vulkan-tools
wget
wmctrl
xprop
xxd
zip
];
}