clean up move fast break shit comments

This commit is contained in:
Steven 2023-03-26 21:05:02 -04:00
parent cc8abdbd3c
commit 1a749c0278
7 changed files with 13 additions and 94 deletions

View file

@ -1,8 +1,6 @@
# https://nixos.wiki/wiki/PipeWire
{ config, pkgs, lib, ... }:
{
# Remove sound.enable or turn it off if you had it set previously, it seems to cause conflicts with pipewire
#sound.enable = false;
# rtkit is optional but recommended
security.rtkit.enable = true;
services.pipewire = {