ch-branch-1 #22
1 changed files with 5 additions and 1 deletions
|
|
@ -3,7 +3,11 @@
|
|||
homeManager.dev =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.github-copilot-cli ];
|
||||
home.packages = [
|
||||
(pkgs.github-copilot-cli.overrideAttrs (oldAttrs: {
|
||||
postInstall = "";
|
||||
}))
|
||||
];
|
||||
|
||||
programs = {
|
||||
gh-dash = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue