Helpful utils
This commit is contained in:
parent
e89457874c
commit
705abf2189
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue