feat: add btop
This commit is contained in:
parent
db123caede
commit
f4d2b8d2c2
2 changed files with 6 additions and 0 deletions
5
users/modules/programs/btop.nix
Normal file
5
users/modules/programs/btop.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
imports = [
|
||||
./programs/bash.nix
|
||||
./programs/btop.nix
|
||||
./programs/direnv.nix
|
||||
./programs/fzf.nix
|
||||
./programs/git.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue