Install codeium
This commit is contained in:
parent
37908b5948
commit
4a013ac512
3 changed files with 9 additions and 19 deletions
|
|
@ -18,6 +18,9 @@ inputs.darwin.lib.darwinSystem {
|
|||
{
|
||||
services.nix-daemon.enable = true;
|
||||
users.users.${username}.home = "/Users/${username}";
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (pkg.pname) [
|
||||
"codeium"
|
||||
];
|
||||
}
|
||||
|
||||
system-config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue