updated nixos
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user