dotfiles/nix/configs/btop.nix

8 lines
125 B
Nix
Raw Normal View History

2024-04-28 11:35:35 +02:00
{ pkgs, ... }: {
home-manager.users.grape = {
programs.btop.settings = {
theme_background = false;
};
};
}