Commit 768720e2a557

Vincent Demeester <vincent@sbr.pm>
2020-03-26 11:23:07
Add more nr and reorganize them…
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent dbb6112
Changed files (2)
machines
modules
profiles
machines/base.nix
@@ -22,16 +22,12 @@
   ];
   xdg.configFile."nr/default" = {
     text = builtins.toJSON [
-      {cmd = "ncdu";} {cmd = "sshfs";} {cmd = "gotop";} {cmd = "pandoc";} { cmd = "nix-review"; }
-      {cmd = "lspci"; pkg = "pciutils";}
-      {cmd = "lsusb"; pkg = "usbutils";}
+      {cmd = "ncdu";} {cmd = "sshfs";} {cmd = "gotop";} {cmd = "pandoc";}
+      {cmd = "dust"; pkg = "du-dust";} { cmd = "bandwhich";}
+      {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"; }
-      {cmd = "nix-prefetch-git"; pkg = "nix-prefetch-scripts";}
-      {cmd = "nix-prefetch-hg"; pkg = "nix-prefetch-scripts";}
-      {cmd = "op"; pkg = "_1password"; chan = "unstable";}
     ];
     onChange = "${pkgs.nur.repos.vdemeester.nr}/bin/nr default";
   };
modules/profiles/dev.nix
@@ -33,7 +33,11 @@ in
       xdg.configFile."nr/dev" = {
         text = builtins.toJSON [
           {cmd = "yq";} {cmd = "lnav";} {cmd = "miniserve";}
+          { cmd = "licensor"; } { cmd = "nix-review"; }
           {cmd = "yamllint"; pkg = "python37Packages.yamllint";}
+          {cmd = "nix-prefetch-git"; pkg = "nix-prefetch-scripts";}
+          {cmd = "nix-prefetch-hg"; pkg = "nix-prefetch-scripts";}
+          {cmd = "http"; pkg = "httpie"; }
         ];
         onChange = "${pkgs.nur.repos.vdemeester.nr}/bin/nr dev";
       };