power-button: fix rest

This commit is contained in:
Zynh Ludwig 2024-09-17 03:54:43 -07:00
parent 9aa9ce6dfe
commit 3bfe415ad0

View file

@ -1,4 +1,4 @@
{ config, lib }: { config, lib, ... }:
let let
inherit (lib) mkIf mkEnableOption; inherit (lib) mkIf mkEnableOption;