Files
old-nixos-dotfiles/user/dev/tools/gh.nix
2024-12-21 00:05:36 +09:00

7 lines
62 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
gh
];
}