Add btop module to home-manager imports

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 <noreply@anthropic.com>
This commit is contained in:
Yan Lin 2025-07-30 22:39:15 +02:00
parent eae6150553
commit 6a999b947d

View file

@ -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