From 71a935e805013d812d81c6eef3420f8a52b6905a Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 26 Jan 2026 22:40:26 +0100 Subject: [PATCH] feat: import `htop` --- modules/home/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/default.nix b/modules/home/default.nix index c6bb4d7..dac5f89 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -5,6 +5,7 @@ ++ [ (import ./swaync/default.nix) ] ++ [ (import ./sway/default.nix) ] ++ [ (import ./fonts.nix) ] + ++ [ (import ./htop.nix) ] ++ [ (import ./hyprland) ] ++ [ (import ./hyprlock) ] ++ [ (import ./kitty.nix) ]