modules/system/settei: add unfree module
This commit is contained in:
parent
6d2e9fc162
commit
35bcbc4898
4 changed files with 22 additions and 3 deletions
|
@ -6,8 +6,7 @@
|
|||
|
||||
settei.user.config.common.desktop.enable = true;
|
||||
|
||||
# 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" ];
|
||||
settei.unfree.allowedPackages = [ "teams" ];
|
||||
environment.systemPackages = with pkgs; [ teams ];
|
||||
|
||||
settei.tailscale = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue