Update flake.lock with new dependency revisions and hashes
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user