System: Update system packages
This commit is contained in:
@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user