some linting

This commit is contained in:
Henri Dohmen 2025-12-23 23:16:26 +01:00
parent d778875a1b
commit 51e7ad82d1
Signed by: hd
GPG key ID: AB79213B044674AE
18 changed files with 12 additions and 23 deletions

View file

@ -1,12 +1,11 @@
{
config,
lib,
pkgs,
...
}:
let
cfg = config.hd.desktop.security;
inherit (lib) mkEnableOption mkIf;
inherit (lib) mkIf;
in
{
config = mkIf cfg.enable {