chore: run formatter
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
{pkgs, ...}: {
|
||||
services = {
|
||||
# Enable sound with pipewire.
|
||||
pulseaudio.enable = false;
|
||||
@@ -15,5 +13,5 @@
|
||||
security.rtkit.enable = true;
|
||||
|
||||
environment.systemPackages =
|
||||
builtins.attrValues { inherit (pkgs) pavucontrol; };
|
||||
builtins.attrValues {inherit (pkgs) pavucontrol;};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user