More logical name

This commit is contained in:
Nox Sluijtman 2024-02-17 18:49:37 +01:00
parent 8283068de3
commit ba15898455
10 changed files with 20 additions and 20 deletions

View file

@ -1,8 +1,8 @@
{ lib, config, ... }:
with lib;
let cfg = config.voidcruiser.audio;
let cfg = config.voidconf.audio;
in {
options.voidcruiser.audio = {
options.voidconf.audio = {
enable = mkEnableOption "Enable all the audio daemons";
};
config = mkIf cfg.enable {