restructure home manager configs
This commit is contained in:
10
modules/hm/btop.nix
Normal file
10
modules/hm/btop.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
settings = {
|
||||
color_theme = "gruvbox_dark_v2";
|
||||
theme_background = false;
|
||||
update_ms = 1000;
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user