small fixes
This commit is contained in:
parent
ff029aea41
commit
da9ffbd320
@ -1 +1,2 @@
|
|||||||
|
_:
|
||||||
{}
|
{}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{ config, lib, pkgs, ...}:
|
{ config, lib, pkgs, ...}:
|
||||||
let
|
let
|
||||||
cfg = config.nixfiles.hardware.sound;
|
cfg = config.nixfiles.hardware.sound;
|
||||||
inherit (lib) mkEnableOption mkIf mkDefault;
|
inherit (lib) optionals mkEnableOption mkIf mkDefault;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
# Enable sound.
|
# Enable sound.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user