From ce6dff1fdd5a9b2f8d2c22550683e27823d1fb97 Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Sun, 4 Aug 2024 13:06:26 +0200 Subject: [PATCH] nixos/ayatana-indicators: nixfmt --- .../services/desktops/ayatana-indicators.nix | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/nixos/modules/services/desktops/ayatana-indicators.nix b/nixos/modules/services/desktops/ayatana-indicators.nix index 0761d1107cc9..5a3d4eed8f65 100644 --- a/nixos/modules/services/desktops/ayatana-indicators.nix +++ b/nixos/modules/services/desktops/ayatana-indicators.nix @@ -1,7 +1,8 @@ -{ config -, pkgs -, lib -, ... +{ + config, + pkgs, + lib, + ... }: let @@ -32,9 +33,7 @@ in environment = { systemPackages = cfg.packages; - pathsToLink = [ - "/share/ayatana" - ]; + pathsToLink = [ "/share/ayatana" ]; }; # libayatana-common's ayatana-indicators.target with explicit Wants & Before to bring up requested indicator services