global/media: init from music, move others into media

This commit is contained in:
Infinidoge 2024-12-04 18:33:52 -05:00
parent b2f77cb919
commit 28b2a5af87
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E
7 changed files with 31 additions and 31 deletions

View file

@ -18,6 +18,7 @@ in
modules.hardware.audio.enable = mkDefault true;
modules.hardware.peripherals.yubikey.enable = true;
info.stationary = mkDefault true;
universe.media.enable = mkDefault true;
})
(mkIf cfg.laptop {
@ -27,6 +28,8 @@ in
peripherals.yubikey.enable = true;
};
universe.media.enable = mkDefault true;
hardware = {
acpilight.enable = true;
};