more stuff

This commit is contained in:
Kopatz
2024-04-17 16:33:12 +02:00
parent 468c978e62
commit 6a891bec61
35 changed files with 177 additions and 74 deletions

View File

@@ -1,10 +1,10 @@
{config, lib, pkgs, ...} :
with lib;
let
cfg = config.kop.graphical.audio;
cfg = config.custom.graphical.audio;
in
{
options.kop.graphical.audio = {
options.custom.graphical.audio = {
enable = mkEnableOption "Enables audio";
};