add btop to homemanager
This commit is contained in:
parent
5007e9dbe8
commit
bd0ebb9351
2 changed files with 12 additions and 0 deletions
11
home/btop.nix
Normal file
11
home/btop.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
#home.packages = with pkgs; [ btop ];
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
settings = {
|
||||
colorTheme = "dracula";
|
||||
theme_background = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
imports = [
|
||||
./bash_complition.nix
|
||||
./btop.nix
|
||||
./khal.nix
|
||||
./khard.nix
|
||||
./liquidprompt.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue