Add grc package to home.packages for fish

This commit is contained in:
panotaka
2023-12-05 23:17:19 -04:00
parent 4bc23d8e90
commit e99bae2fa6

View File

@@ -3,6 +3,11 @@
, ...
}:
{
home.packages = with pkgs; [
grc
];
programs.fish = {
enable = true;