feat: HomeManager | add btop
This commit is contained in:
7
home-manager/configs/btop.nix
Normal file
7
home-manager/configs/btop.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
programs.btop = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -32,6 +32,7 @@ in {
|
|||||||
./configs/nvim.nix
|
./configs/nvim.nix
|
||||||
./configs/starship.nix
|
./configs/starship.nix
|
||||||
./configs/zsh.nix
|
./configs/zsh.nix
|
||||||
|
./configs/btop.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
|
|||||||
Reference in New Issue
Block a user