freeee again lol
This commit is contained in:
parent
cb32ebd1d3
commit
04bd363228
|
@ -12,7 +12,6 @@
|
|||
imports = [
|
||||
../../modules
|
||||
./hardware.nix
|
||||
./unfree.nix
|
||||
inputs.home-manager.nixosModules.default
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
teams
|
||||
];
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"teams"
|
||||
];
|
||||
|
||||
}
|
||||
|
Loading…
Reference in a new issue