Commit c9e89406e4ec

Vincent Demeester <vincent@sbr.pm>
2019-04-05 18:47:38
fish: add nix-review to nr
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 1f5bb88
Changed files (1)
modules
profiles
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"; }