added btop config.
This commit is contained in:
parent
221b6254c4
commit
158db6b042
2 changed files with 14 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
../../modules/home-manager/terminal/zellij
|
||||
../../modules/home-manager/terminal/ssh-agent.nix
|
||||
../../modules/home-manager/terminal/direnv.nix
|
||||
../../modules/home-manager/terminal/btop.nix
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
sshfs
|
||||
|
@ -46,7 +47,6 @@
|
|||
fzf.enable = true;
|
||||
ripgrep.enable = true;
|
||||
bat.enable = true;
|
||||
btop.enable = true;
|
||||
man.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue