Add btop and htop configurations
This commit is contained in:
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