os/profiles/audio/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
118 B
Nix
Raw Normal View History

2021-10-24 22:55:28 +02:00
{
2023-01-28 21:49:10 +01:00
self,
config,
lib,
pkgs,
...
}: let
inherit (lib) fileContents;
in {
2021-10-24 22:55:28 +02:00
pub-solar.audio.enable = true;
}