From 5ae3221e7903a5a37c8fb88c77275d591a0970bd Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 22 Jun 2023 18:33:10 -0400 Subject: [PATCH] containers: Add htop and joshuto --- setup.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.nix b/setup.nix index d5d561d5..bfc46bf3 100644 --- a/setup.nix +++ b/setup.nix @@ -17,6 +17,8 @@ home-manager.sharedModules = [ ./home/fish.nix ./home/gtk.nix + ./home/htop.nix + ./home/joshuto.nix ./home/xcursor.nix ./home/xresources.nix ];