Files
nix-config/modules/hm/shell/github.nix

8 lines
95 B
Nix

{
flake.modules.homeManager.shell = {
programs.gh = {
enable = true;
};
};
}