nix-config/nix/home/opdavies/hosts/lemp11.nix
Oliver Davies 930473a896 Rename t to tmux-sessionizer
This matches ThePrimeagen's script that mine is based on and that I'll
probably switch to in the future.

I've added to the Nix store as custom-tmux-sessionizer so it doesn't
conflict with the tmux-sessionzer packages that's already in the store.
2024-12-07 00:43:21 +00:00

30 lines
551 B
Nix

{ ... }:
{
features = {
cli = {
bluetuith.enable = true;
direnv.enable = true;
tmux-sessionizer.enable = true;
};
desktop = {
copyq.enable = true;
discord.enable = true;
espanso.enable = true;
flameshot.enable = true;
gtk.enable = true;
slack.enable = true;
media = {
gimp.enable = true;
handbrake.enable = true;
kdenlive.enable = true;
pocket-casts.enable = true;
mpv.enable = true;
};
zoom.enable = true;
};
};
}