chore: typo
This commit is contained in:
parent
0357c7ff05
commit
7a4712c057
1 changed files with 1 additions and 2 deletions
|
@ -7,12 +7,11 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
inherit (lib) mkIf mkEnableOption;
|
inherit (lib) mkIf mkEnableOption;
|
||||||
cfg = config.patagia.podman;
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.patagia.laptop.enable = mkEnableOption "Laptop tools and configuration";
|
options.patagia.laptop.enable = mkEnableOption "Laptop tools and configuration";
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf config.laptop.enable {
|
||||||
environment.systemPackages = with pkgs; [ gnomeExtensions.battery-health-charging ];
|
environment.systemPackages = with pkgs; [ gnomeExtensions.battery-health-charging ];
|
||||||
|
|
||||||
services.fprintd.enable = true;
|
services.fprintd.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue