refactor: merge 'audio-automation' module into 'audio' module

This commit is contained in:
2026-03-11 23:53:50 +01:00
parent b417e67e16
commit 210d8f3b1f
4 changed files with 50 additions and 30 deletions

View File

@@ -25,7 +25,6 @@ in
})
../../modules/desktops/niri
../../modules/audio
../../modules/audio-automation
../../modules/backups
../../modules/bluetooth
../../modules/keyboard
@@ -57,6 +56,7 @@ in
docker.user = config.host.username;
nfc.user = config.host.username;
desktop.ly.enable = true;
audio.automation.enable = true;
nix.settings.secret-key-files = [ config.sops.secrets.nix_signing_key_astyanax.path ];