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:
parent
eae6150553
commit
6a999b947d
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue