summary refs log tree commit diff
path: root/mixins/multimedia.nix
diff options
context:
space:
mode:
Diffstat (limited to 'mixins/multimedia.nix')
-rw-r--r--mixins/multimedia.nix10
1 files changed, 7 insertions, 3 deletions
diff --git a/mixins/multimedia.nix b/mixins/multimedia.nix
index a814213..d36be17 100644
--- a/mixins/multimedia.nix
+++ b/mixins/multimedia.nix
@@ -1,6 +1,10 @@
-{ pkgs, lib, config, inputs, ... }:
-
 {
+  pkgs,
+  lib,
+  config,
+  inputs,
+  ...
+}: {
   config = {
     home-manager.users.tzlil = {...}: {
       fonts.fontconfig.enable = true;
@@ -14,4 +18,4 @@
       ];
     };
   };
-}
\ No newline at end of file
+}