feat: add some more needed dependencies.

This commit is contained in:
CronyAkatsuki 2025-11-01 12:11:54 +01:00
parent 631b5cb19c
commit 98fae59837

View file

@ -72,13 +72,13 @@ with pkgs.python3Packages;
xlib
vdf
waitress
# xlib-hotkeys
];
nativeBuildInput = with pkgs; [
nvitop
coreutils
glib
busybox
(
pkgs.callPackage
./packages/xlib-hotkeys.nix
{}
)
pkgs.nvitop
pkgs.glib
pkgs.busybox
];
}