home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 2d19b30573fceee8fc9a0269f62e650a3c10fe41
parent df79c8d55df5409075853569ad75e4df9105fdf6
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 15 Mar 2019 15:13:40 +0100

nr: add 9 for plan9port

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmodules/profiles/fish.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/modules/profiles/fish.nix b/modules/profiles/fish.nix @@ -40,6 +40,7 @@ in {cmd = "ncdu";} {cmd = "sshfs";} {cmd = "gotop";} {cmd = "pandoc";} {cmd = "lspci"; pkg = "pciutils";} {cmd = "lsusb"; pkg = "usbutils";} + {cmd = "9"; pkg = "plan9port"; } {cmd = "wakeonlan"; pkg = "python36Packages.wakeonlan";} {cmd = "beet"; pkg = "beets";} {cmd = "http"; pkg = "httpie"; }