summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-02-01 15:54:50 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-02-01 15:54:50 +0100
commitb97a0089793ed6a6cccb656046c234ccae54a1aa (patch)
tree0c886cfb091baa1cbdacecd83c09c080d08d5ed7
parentf44f4bc6cf220980bceda35a6b7a78b7340868ea (diff)
downloadnixos-b97a0089793ed6a6cccb656046c234ccae54a1aa.tar
nixos-b97a0089793ed6a6cccb656046c234ccae54a1aa.tar.gz
nixos-b97a0089793ed6a6cccb656046c234ccae54a1aa.tar.bz2
nixos-b97a0089793ed6a6cccb656046c234ccae54a1aa.tar.xz
nixos-b97a0089793ed6a6cccb656046c234ccae54a1aa.zip
...
-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}