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,7 +1,7 @@
{ config, lib, ... }:
let
cfg = config.hd.desktop.accounts;
inherit (lib) mkEnableOption mkIf;
inherit (lib) mkIf;
in
{
config = mkIf cfg.enable {