Helpful utils
parent
e89457874c
commit
705abf2189
|
@ -76,9 +76,11 @@
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wget
|
busybox
|
||||||
git
|
git
|
||||||
kitty
|
kitty
|
||||||
|
screen
|
||||||
|
wget
|
||||||
|
|
||||||
# Linode tools
|
# Linode tools
|
||||||
inetutils
|
inetutils
|
||||||
|
|
Loading…
Reference in New Issue