kogata: add teams
This commit is contained in:
parent
49a02e0ec7
commit
f83db45db4
1 changed files with 6 additions and 1 deletions
|
@ -1,11 +1,16 @@
|
|||
{
|
||||
configurations.darwin.kogata = {pkgs, ...}: {
|
||||
configurations.darwin.kogata = {pkgs, lib, ...}: {
|
||||
nixpkgs.system = "aarch64-darwin";
|
||||
|
||||
settei.user.config = {
|
||||
home.packages = with pkgs; [alacritty];
|
||||
};
|
||||
|
||||
# TODO: Make it a settei module so it's easy to concatenate which pkgs are allowed
|
||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||
builtins.elem (lib.getName pkg) [ "teams" ];
|
||||
environment.systemPackages = with pkgs; [teams];
|
||||
|
||||
common.hercules.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue