1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-27 18:17:44 +00:00

Update flake

This commit is contained in:
RGBCube 2025-01-24 23:50:51 +03:00
parent fa80a17f59
commit 0d22d39a83
7 changed files with 120 additions and 228 deletions

View file

@ -63,9 +63,9 @@ in {
gst = "git status";
} <| mkIf config.isDesktop {
"\"??\"" = "gh copilot suggest --target shell";
"\"gh?\"" = "gh copilot suggest --target gh";
"\"git?\"" = "gh copilot suggest --target git";
"??" = "gh copilot suggest --target shell --";
"gh?" = "gh copilot suggest --target gh --";
"git?" = "gh copilot suggest --target git --";
};
environment.systemPackages = [