Files
dotfiles/home/programs/gh.nix

12 lines
109 B
Nix

{
pkgs,
lib,
device,
...
}: {
programs = {
gh.enable = true;
gh-dash.enable = true;
};
}