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
|
./atuin.nix
|
||||||
./autojump.nix
|
./autojump.nix
|
||||||
./bat.nix
|
./bat.nix
|
||||||
|
./btop.nix
|
||||||
./common.nix
|
./common.nix
|
||||||
./direnv.nix
|
./direnv.nix
|
||||||
./eza.nix
|
./eza.nix
|
||||||
./fish
|
./fish
|
||||||
./git.nix
|
./git.nix
|
||||||
|
./htop.nix
|
||||||
./nushell
|
./nushell
|
||||||
./rmtrash.nix
|
./rmtrash.nix
|
||||||
./starship.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