freeee again lol
This commit is contained in:
parent
f6ff65f227
commit
59abf0409a
|
@ -12,7 +12,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
../../modules
|
../../modules
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
./unfree.nix
|
|
||||||
inputs.home-manager.nixosModules.default
|
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