summaryrefslogtreecommitdiff
path: root/home/ebisu/shared/scripting/charmbracelet.nix
blob: 367aa26ceb1538244bc9231a9389beb5404f08ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ pkgs, ... }:
{
  home.packages = with pkgs; [
    gum
    mods
    glow
    pop
    charm-freeze
    wishlist
  ];
}