summaryrefslogtreecommitdiff
path: root/hosts/vidhar/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar/default.nix')
-rw-r--r--hosts/vidhar/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index 47907bf0..b647e472 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -295,5 +295,7 @@
295 basic.wants = ["systemd-tmpfiles-setup.service"]; 295 basic.wants = ["systemd-tmpfiles-setup.service"];
296 timers.wants = ["systemd-tmpfiles-clean.time"]; 296 timers.wants = ["systemd-tmpfiles-clean.time"];
297 }; 297 };
298
299 environment.systemPackages = with pkgs; [iotop vmtouch];
298 }; 300 };
299} 301}