rofi and btop settings
This commit is contained in:
9
modules/home/btop.nix
Normal file
9
modules/home/btop.nix
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
programs.btop = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
color_theme = "gruvbox_dark_v2";
|
||||||
|
theme_background = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
@ -7,6 +7,6 @@
|
|||||||
"drun"
|
"drun"
|
||||||
"window"
|
"window"
|
||||||
];
|
];
|
||||||
terminal = "\${pkgs.ghostty}/bin/ghostty";
|
terminal = "ghostty";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user