Files
nix-config/home-manager/opensnitch-ui.nix
2024-06-12 19:11:35 +02:00

4 lines
164 B
Nix

{ osConfig, pkgs, lib, inputs, ... }:
let cfg = osConfig.custom.services.opensnitch;
in { config = lib.mkIf cfg.enable { services.opensnitch-ui.enable = true; }; }