pub-solar-os/profiles/audio/default.nix

7 lines
106 B
Nix
Raw Normal View History

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