chore: fix typo
This commit is contained in:
parent
aed9af6f45
commit
4465aa5abc
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ in
|
|||
{
|
||||
options.patagia.laptop.enable = mkEnableOption "Laptop tools and configuration";
|
||||
|
||||
config = mkIf config.laptop.enable {
|
||||
config = mkIf config.patagia.laptop.enable {
|
||||
environment.systemPackages = with pkgs; [ gnomeExtensions.battery-health-charging ];
|
||||
|
||||
services.fprintd.enable = true;
|
||||
|
|
Loading…
Reference in a new issue