change files structure
This commit is contained in:
parent
f3a6ce6554
commit
736048f9e5
24 changed files with 28 additions and 31 deletions
14
modules/home/btop.nix
Normal file
14
modules/home/btop.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
color_theme = "dracula";
|
||||
theme_background = false;
|
||||
update_ms = 500;
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = (with pkgs; [ nvtopPackages.intel ]);
|
||||
}
|
||||
Reference in a new issue