Use unstable for teams
This commit is contained in:
parent
5f81642dc1
commit
1cbe5d7e2a
1 changed files with 1 additions and 2 deletions
|
|
@ -3,7 +3,6 @@
|
|||
config,
|
||||
options,
|
||||
pkgs,
|
||||
alternativePkgs,
|
||||
...
|
||||
}: let
|
||||
callPackage = lib.callPackageWith pkgs;
|
||||
|
|
@ -24,7 +23,7 @@ in {
|
|||
};
|
||||
config = lib.mkIf config.mods.teams.enable (
|
||||
lib.optionalAttrs (options ? home.packages) {
|
||||
home.packages = [(callPackage ../../override/teams.nix {chromium = alternativePkgs.chromium;})];
|
||||
home.packages = [(callPackage ../../override/teams.nix {chromium = pkgs.chromium;})];
|
||||
}
|
||||
// (lib.optionalAttrs (options ? boot.kernelModules) {
|
||||
boot = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue