parent
343e894613
commit
79973e6458
|
@ -1,16 +0,0 @@
|
||||||
{ outputs, options, config, lib, pkgs, ...}:
|
|
||||||
with lib;
|
|
||||||
let
|
|
||||||
cfg = config.modules.desktop.chat.teams;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
options.modules.desktop.chat.teams = {
|
|
||||||
enable = mkEnableOption false;
|
|
||||||
};
|
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
|
||||||
users.users.sako.packages = with pkgs; [
|
|
||||||
teams
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue