From 7760a7028bf093254a20648a44bbdc506d26ccd5 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 20 Jun 2023 18:52:13 -0400 Subject: [PATCH] containers(dev): Add htop Might make htop available to all containers in the future. --- containers/dev.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/containers/dev.nix b/containers/dev.nix index 0505cc40..4cac9123 100644 --- a/containers/dev.nix +++ b/containers/dev.nix @@ -26,6 +26,7 @@ in home-manager.sharedModules = [ ../home/git.nix ../home/neovim.nix + ../home/htop.nix ]; users = {