Initial commit lol

This commit is contained in:
Julia Lange 2023-11-19 19:31:04 -08:00
parent 599c023d71
commit dcedb96843
15 changed files with 416 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{ config, pkgs, lib, ... }:
{
security.rtkit.enable = true;
services.pipewire = {
enable = true;
alsa.enable = false;
alsa.support32Bit = false;
pulse.enable = true;
};
}