From 6a999b947d24b27836cf76ac83e924a4161a175b Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Wed, 30 Jul 2025 22:39:15 +0200 Subject: [PATCH] Add btop module to home-manager imports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The btop configuration module was not being imported, causing the settings to not be applied. Added ./modules/btop.nix to the imports list to enable the custom btop configuration with gruvbox theme and vim-style navigation. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 0dcb7d2..4d60b62 100644 --- a/flake.nix +++ b/flake.nix @@ -52,6 +52,7 @@ ./modules/papis.nix ./modules/termscp.nix ./modules/rsync.nix + ./modules/btop.nix ]; home.username = "yanlin"; @@ -60,6 +61,7 @@ home.packages = with pkgs; [ texlive.combined.scheme-full + btop python312 uv lftp