Add iPhone deps
This commit is contained in:
@ -338,6 +338,11 @@ 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
|
||||||
|
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user