nix/home/{graphical-fullblown,text-minimal}: gparted and telnet
This commit is contained in:
parent
8f0b7550aa
commit
89f5b5d803
2 changed files with 3 additions and 1 deletions
|
@ -303,6 +303,7 @@ in {
|
||||||
testdisk
|
testdisk
|
||||||
python27Packages.binwalk
|
python27Packages.binwalk
|
||||||
gptfdisk
|
gptfdisk
|
||||||
|
gparted
|
||||||
|
|
||||||
# games
|
# games
|
||||||
zeroad
|
zeroad
|
||||||
|
|
|
@ -23,5 +23,6 @@ in {
|
||||||
home.packages = []
|
home.packages = []
|
||||||
++ (with pkgs; [
|
++ (with pkgs; [
|
||||||
iperf3
|
iperf3
|
||||||
]);
|
telnet
|
||||||
|
]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue