commit c9e89406e4ec0cf328b68260c44ed61efeaf7033
parent 1f5bb888ec9dd54954f8d73aec084068ca14b882
Author: Vincent Demeester <vincent@sbr.pm>
Date: Fri, 5 Apr 2019 18:47:38 +0200
fish: add nix-review to nr
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/profiles/fish.nix b/modules/profiles/fish.nix
@@ -37,7 +37,7 @@ in
xdg.configFile."fish/functions/fish_right_prompt.fish".source = ./assets/fish/fish_right_prompt.fish;
xdg.configFile."nr/default" = {
text = builtins.toJSON [
- {cmd = "ncdu";} {cmd = "sshfs";} {cmd = "gotop";} {cmd = "pandoc";}
+ {cmd = "ncdu";} {cmd = "sshfs";} {cmd = "gotop";} {cmd = "pandoc";} { cmd = "nix-review"; }
{cmd = "lspci"; pkg = "pciutils";}
{cmd = "lsusb"; pkg = "usbutils";}
{cmd = "9"; pkg = "plan9port"; }