init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
settings = {
|
||||
theme_background = false;
|
||||
preset = 0;
|
||||
vim_keys = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user