mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-20 00:59:04 +05:30
8 lines
95 B
Nix
8 lines
95 B
Nix
{
|
|
flake.modules.homeManager.shell = {
|
|
programs.gh = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|