clean modules & add power modes
nix flake show / show-flake (push) Successful in 35s

This commit is contained in:
smayzy
2025-07-24 14:21:53 +02:00
parent 40546f121f
commit c5ef752a66
14 changed files with 65 additions and 13 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, config, pkgs, ... }:
{ lib, config, ... }:
let
inherit (lib) mkIf mkOption types;
in