summary refs log tree commit diff
path: root/mixins/pipewire.nix
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-02-17 17:46:47 +0200
committertzlil <tzlils@protonmail.com>2023-02-17 17:46:47 +0200
commit222c7e35d7e9507f6eb8d67bb7af3ef9e623d0f3 (patch)
tree9b7f8ba8debdca1c2ca3739844d0fe4b3113209e /mixins/pipewire.nix
parent3c3e4531dac7f4ab591bf391be72a11121b45673 (diff)
added alejandra as formatter and formatted everything
Diffstat (limited to 'mixins/pipewire.nix')
-rw-r--r--mixins/pipewire.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/mixins/pipewire.nix b/mixins/pipewire.nix
index 7f17aa1..4208f08 100644
--- a/mixins/pipewire.nix
+++ b/mixins/pipewire.nix
@@ -1,6 +1,8 @@
-{ pkgs, config, ... }:
-
 {
+  pkgs,
+  config,
+  ...
+}: {
   config = {
     sound.enable = false;
     security.rtkit.enable = true;
@@ -12,4 +14,4 @@
       jack.enable = true;
     };
   };
-}
\ No newline at end of file
+}