t14: fix battery indicator config

This commit is contained in:
Fabian Montero 2025-09-23 01:42:16 -06:00
parent bf7cd5544c
commit b0440fa4c1
3 changed files with 24 additions and 15 deletions

View file

@ -9,6 +9,10 @@ with lib; let
in {
options.local.defaultDesktopPack = {
enable = mkEnableOption "common desktop programs and services";
laptop = mkOption {
type = types.bool;
default = false;
};
};
config = mkIf cfg.enable {
home.packages = with pkgs; [