dotfiles/etc/configs/btop.nix
2024-05-18 01:10:04 +02:00

8 lines
125 B
Nix

{ pkgs, ... }: {
home-manager.users.grape = {
programs.btop.settings = {
theme_background = false;
};
};
}