Install copilot official package and denote + denote-consult
This commit is contained in:
parent
e6cffbed5e
commit
65adf0d501
2 changed files with 11 additions and 16 deletions
|
|
@ -18,6 +18,13 @@ inputs.darwin.lib.darwinSystem {
|
|||
users.users.${username}.home = "/Users/${username}";
|
||||
}
|
||||
|
||||
{
|
||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||
builtins.elem (inputs.nixpkgs.lib.getName pkg) [
|
||||
"copilot-language-server"
|
||||
];
|
||||
}
|
||||
|
||||
systemConfig
|
||||
|
||||
inputs.home-manager.darwinModules.home-manager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue