freeee again lol

This commit is contained in:
joygnu 2024-08-16 20:13:15 +02:00
parent f6ff65f227
commit 59abf0409a
2 changed files with 0 additions and 12 deletions

View file

@ -12,7 +12,6 @@
imports = [
../../modules
./hardware.nix
./unfree.nix
inputs.home-manager.nixosModules.default
];
}

View file

@ -1,11 +0,0 @@
{ pkgs, lib, ... }:
{
environment.systemPackages = with pkgs; [
teams
];
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"teams"
];
}