Files
nixos-configuration/shared/desktop/home-manager/shell/btop.nix

11 lines
126 B
Nix

{ theme, ... }:
{
catppuccin.btop = {
enable = true;
flavor = theme.flavor;
};
programs.btop.enable = true;
}