1

System: Update system packages

This commit is contained in:
2025-07-08 01:34:52 +02:00
parent 17a6a1f97c
commit 2db7f39ec4

View File

@ -411,29 +411,20 @@ with mylib.networking; {
# Empty since we basically only need git + editor which is enabled below # Empty since we basically only need git + editor which is enabled below
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
iw iw
# iPhone tethering + mounting
libimobiledevice
ifuse
usbmuxd
mprocs # run multiple processes in single terminal window, screen alternative mprocs # run multiple processes in single terminal window, screen alternative
parted # partition manager parted # partition manager
procs # Better ps procs # Better ps
procps # pgrep, pkill procps # pgrep, pkill
killall
slirp4netns # user network namespaces slirp4netns # user network namespaces
wireguard-tools wireguard-tools
man-pages man-pages
man-pages-posix man-pages-posix
# Sets NIX_LD_LIBRARY_PATH and NIX_LD variables for nix-ld # iPhone tethering + mounting
# Start dynamically linked executable using "nix-alien-ld -- <Executable>" libimobiledevice
inputs.nix-alien.packages.${system}.nix-alien ifuse
usbmuxd
# Search nixpkgs
inputs.nps.packages.${system}.default
# egl-wayland
]; ];
# It is preferred to use the module (if it exists) over environment.systemPackages, # It is preferred to use the module (if it exists) over environment.systemPackages,