From 3ee5515f2b50ea6bda37685658181f3c439df70c Mon Sep 17 00:00:00 2001 From: asonix Date: Tue, 11 Oct 2022 10:48:53 -0500 Subject: [PATCH] Formatting --- config/nixpkgs/home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/nixpkgs/home.nix b/config/nixpkgs/home.nix index dd77799..1408d87 100644 --- a/config/nixpkgs/home.nix +++ b/config/nixpkgs/home.nix @@ -9,8 +9,8 @@ nixpkgs.overlays = [ (self: super: { obs-studio-plugins = super.obs-studio-plugins // { - obs-scene-switcher = super.libsForQt5.callPackage ./obs-scene-switcher/obs-scene-switcher.nix {}; - obs-streamfx = super.libsForQt5.callPackage ./obs-streamfx/obs-streamfx.nix {}; + obs-scene-switcher = super.libsForQt5.callPackage ./obs-scene-switcher/obs-scene-switcher.nix { }; + obs-streamfx = super.libsForQt5.callPackage ./obs-streamfx/obs-streamfx.nix { }; }; }) ];