add opensnitch
This commit is contained in:
3
home-manager/opensnitch-ui.nix
Normal file
3
home-manager/opensnitch-ui.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{ osConfig, pkgs, lib, inputs, ... }:
|
||||
let cfg = osConfig.custom.services.opensnitch;
|
||||
in { config = lib.mkIf cfg.enable { services.opensnitch-ui.enable = true; }; }
|
||||
Reference in New Issue
Block a user