Update flake.lock with new dependency revisions and hashes

This commit is contained in:
2025-08-01 14:31:37 -03:00
parent 86b48a65c7
commit 5f2c19346c
2 changed files with 35 additions and 21 deletions

View File

@@ -24,4 +24,18 @@
".direnv"
];
};
home.packages = with pkgs; [
gh
];
home.file.".config/gh-copilot/config.yml".text = lib.generators.toYAML {} {
optional_analytics = false;
suggest_execute_confirm_default = true;
};
home.shellAliases = {
copilot-suggest = "gh copilot suggest";
copilot-explain = "gh copilot explain";
};
}