os/profiles/audio/default.nix

12 lines
118 B
Nix
Raw Normal View History

2021-10-24 20:55:28 +00:00
{
2022-11-20 22:28:23 +00:00
self,
config,
lib,
pkgs,
...
}: let
inherit (lib) fileContents;
in {
2021-10-24 20:55:28 +00:00
pub-solar.audio.enable = true;
}