fix effects and formatting
This commit is contained in:
parent
f83db45db4
commit
635a6c39af
2 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,9 @@
|
|||
{
|
||||
configurations.darwin.kogata = {pkgs, lib, ...}: {
|
||||
configurations.darwin.kogata = {
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
nixpkgs.system = "aarch64-darwin";
|
||||
|
||||
settei.user.config = {
|
||||
|
@ -8,7 +12,7 @@
|
|||
|
||||
# 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" ];
|
||||
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