This commit is contained in:
2025-10-30 11:47:28 +09:00
parent a196e47fb7
commit 9a76694af3
2 changed files with 4 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ with pkgs; [
zlib.dev
gdk-pixbuf
glib
glibc
gtk3
icu
wayland
@@ -43,7 +44,6 @@ with pkgs; [
openssl
pango
pipewire
stdenv.cc.cc
systemd
vulkan-loader
xorg.libX11
@@ -64,4 +64,6 @@ with pkgs; [
zlib.dev
pkg-config
haskellPackages.zlib
stdenv.cc.cc
clang
]

View File

@@ -75,4 +75,5 @@ with pkgs; [
pstree
gptfdisk
nix-search
just
]