t14: fix battery indicator config
This commit is contained in:
parent
bf7cd5544c
commit
b0440fa4c1
3 changed files with 24 additions and 15 deletions
|
@ -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; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue