Commit 9197da7aca77

Vincent Demeester <vincent@sbr.pm>
2020-03-21 15:40:08
Move lnav to a nr ๐Ÿ˜„
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 14a9e6d
Changed files (1)
modules
profiles
modules/profiles/dev.nix
@@ -25,7 +25,6 @@ in
         fswatch
         gnumake
         jq
-        lnav
         mercurial
         niv
         ripgrep
@@ -33,7 +32,7 @@ in
       ];
       xdg.configFile."nr/dev" = {
         text = builtins.toJSON [
-          {cmd = "yq";}
+          {cmd = "yq";} {cmd = "lnav";}
           {cmd = "yamllint"; pkg = "python37Packages.yamllint";}
         ];
         onChange = "${pkgs.nur.repos.vdemeester.nr}/bin/nr dev";