about summary refs log tree commit diff
path: root/pkgs/applications/misc/polychromatic
diff options
context:
space:
mode:
authorNadir Ishiguro <23151917+nadir-ishiguro@users.noreply.github.com>2024-05-27 23:02:53 +0200
committerNadir Ishiguro <23151917+nadir-ishiguro@users.noreply.github.com>2024-05-27 23:14:13 +0200
commit52862e68f8e240a4ef658376777ab49b8bcf4757 (patch)
treee1054f42d94bafd287f02ea968ceefad07546408 /pkgs/applications/misc/polychromatic
parent2835951f07de5e44a4ab051a748ab169c63b4a9a (diff)
polychromatic: format with nixfmt-rfc-style
Diffstat (limited to 'pkgs/applications/misc/polychromatic')
-rw-r--r--pkgs/applications/misc/polychromatic/default.nix37
1 files changed, 19 insertions, 18 deletions
diff --git a/pkgs/applications/misc/polychromatic/default.nix b/pkgs/applications/misc/polychromatic/default.nix
index 9ed291c79c7eb..18619b08d4ee7 100644
--- a/pkgs/applications/misc/polychromatic/default.nix
+++ b/pkgs/applications/misc/polychromatic/default.nix
@@ -1,21 +1,22 @@
-{ lib
-, fetchFromGitHub
-, bash
-, glib
-, gdk-pixbuf
-, gettext
-, imagemagick
-, ninja
-, meson
-, sassc
-, python3Packages
-, gobject-introspection
-, wrapGAppsHook3
-, libappindicator-gtk3
-, libxcb
-, qt5
-, ibus
-, usbutils
+{
+  lib,
+  fetchFromGitHub,
+  bash,
+  glib,
+  gdk-pixbuf,
+  gettext,
+  imagemagick,
+  ninja,
+  meson,
+  sassc,
+  python3Packages,
+  gobject-introspection,
+  wrapGAppsHook3,
+  libappindicator-gtk3,
+  libxcb,
+  qt5,
+  ibus,
+  usbutils,
 }:
 
 python3Packages.buildPythonApplication rec {