Commit 03f1073d8296

Vincent Demeester <vincent@sbr.pm>
2018-08-04 15:42:12
Small default profile fix + adding `pv`
1 parent e005861
Changed files (1)
profiles
profiles/default.nix
@@ -4,9 +4,8 @@
   imports = [
     ./users.nix
     ./overlays.nix
-    ../pkgs/home-manager/nixos
   ];
-	boot.loader.systemd-boot.enable = true;
+  boot.loader.systemd-boot.enable = true;
   environment = {
     variables = {
       EDITOR = pkgs.lib.mkOverride 0 "vim";
@@ -18,12 +17,13 @@
       iotop
       lsof
       netcat
+      nix-beautify
       psmisc
+      pv
       tmux
       tree
       vim
       wget
-      nix-beautify
     ];
   };
   i18n = {