Skip to content

Commit

Permalink
Rename enabled to enable
Browse files Browse the repository at this point in the history
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
  • Loading branch information
miketth and Mic92 authored Nov 16, 2024
1 parent 7a5dae6 commit 1949610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/13-inch/common/audio.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ in
{
options = {
hardware.framework.laptop13.audioEnhancement = {
enabled = lib.mkOption {
enable = lib.mkOption {
type = lib.types.bool;
default = false;
description = ''
Expand Down Expand Up @@ -40,7 +40,7 @@ in
};
};

config = lib.mkIf cfg.enabled (let
config = lib.mkIf cfg.enable (let
outputName = "alsa_output.pci-0000_c1_00.6.analog-stereo";
prettyName = "Framework Speakers";

Expand Down

0 comments on commit 1949610

Please sign in to comment.