diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-01 15:54:50 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-01 15:54:50 +0100 |
commit | b97a0089793ed6a6cccb656046c234ccae54a1aa (patch) | |
tree | 0c886cfb091baa1cbdacecd83c09c080d08d5ed7 /hosts/vidhar | |
parent | f44f4bc6cf220980bceda35a6b7a78b7340868ea (diff) | |
download | nixos-b97a0089793ed6a6cccb656046c234ccae54a1aa.tar nixos-b97a0089793ed6a6cccb656046c234ccae54a1aa.tar.gz nixos-b97a0089793ed6a6cccb656046c234ccae54a1aa.tar.bz2 nixos-b97a0089793ed6a6cccb656046c234ccae54a1aa.tar.xz nixos-b97a0089793ed6a6cccb656046c234ccae54a1aa.zip |
...
Diffstat (limited to 'hosts/vidhar')
-rw-r--r-- | hosts/vidhar/default.nix | 2 |
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 | } |