zoom | formatting
This commit is contained in:
parent
c87cc7b28c
commit
a8d0d370f8
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
{ lib, config, pkgs, pkgs-stable, inputs, outputs, home-manager, ... }:
|
{ lib, config, pkgs, pkgs-stable, inputs, outputs, home-manager, ... }:
|
||||||
with lib;
|
with lib;
|
||||||
let
|
let cfg = config.roles.zoom;
|
||||||
cfg = config.roles.zoom;
|
|
||||||
in {
|
in {
|
||||||
options.roles.zoom = { enable = lib.mkEnableOption "citrix tools"; };
|
options.roles.zoom = { enable = lib.mkEnableOption "citrix tools"; };
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue