Clean up help comments
This commit is contained in:
parent
a49a77abdb
commit
0d63b3c4ab
1 changed files with 1 additions and 2 deletions
|
@ -12,10 +12,9 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search example
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||||
# wget
|
|
||||||
ansible
|
ansible
|
||||||
birdtray
|
birdtray
|
||||||
bitwarden-cli
|
bitwarden-cli
|
||||||
|
|
Loading…
Reference in a new issue