(Hopefully) fixed hibernation issue

This commit is contained in:
Aleksandr Lebedev 2025-08-16 13:59:20 +02:00
parent 6cedbe691f
commit 855b232c4f
2 changed files with 10 additions and 8 deletions

View file

@ -31,8 +31,8 @@ in {
};
config = mkIf cfg.enable (import ./batteryStatus.nix {
inherit config;
inherit namespace;
inherit pkgs;
});
inherit config;
inherit namespace;
inherit pkgs;
});
}