os/profiles/audio/default.nix
2023-01-28 21:49:10 +01:00

12 lines
118 B
Nix

{
self,
config,
lib,
pkgs,
...
}: let
inherit (lib) fileContents;
in {
pub-solar.audio.enable = true;
}