Install copilot official package and denote + denote-consult

This commit is contained in:
Tobias Ostner 2025-12-31 10:03:59 +01:00
parent e6cffbed5e
commit 65adf0d501
2 changed files with 11 additions and 16 deletions

View file

@ -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