Add btop and htop configurations
This commit is contained in:
8
home/shell/btop.nix
Normal file
8
home/shell/btop.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config
|
||||
, ...
|
||||
}:
|
||||
{
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
@@ -4,11 +4,13 @@
|
||||
./atuin.nix
|
||||
./autojump.nix
|
||||
./bat.nix
|
||||
./btop.nix
|
||||
./common.nix
|
||||
./direnv.nix
|
||||
./eza.nix
|
||||
./fish
|
||||
./git.nix
|
||||
./htop.nix
|
||||
./nushell
|
||||
./rmtrash.nix
|
||||
./starship.nix
|
||||
|
||||
8
home/shell/htop.nix
Normal file
8
home/shell/htop.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config
|
||||
, ...
|
||||
}:
|
||||
{
|
||||
programs.htop = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user