make btop module
This commit is contained in:
parent
d0bb73d359
commit
0a22b2cc66
2 changed files with 12 additions and 0 deletions
11
modules/shell/btop.nix
Normal file
11
modules/shell/btop.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{...}: {
|
||||
home-manager.users.jade = {pkgs, ...}: {
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
settings = {
|
||||
color_theme = "gruvbox_dark";
|
||||
vim_keys = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
|
@ -9,6 +9,7 @@
|
|||
./tty.nix
|
||||
./git.nix
|
||||
./mprocs.nix
|
||||
./btop.nix
|
||||
];
|
||||
programs.mosh.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue