From d97f024b9a22987558fdb100cc5588eca3b7a903 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sat, 23 Mar 2024 20:46:05 -0400 Subject: [PATCH] hyprland: fix indent --- system/sessions/hyprland.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/system/sessions/hyprland.nix b/system/sessions/hyprland.nix index 92448c2..a0dcf2a 100644 --- a/system/sessions/hyprland.nix +++ b/system/sessions/hyprland.nix @@ -58,14 +58,14 @@ in environment.systemPackages = with pkgs; [ kitty - dunst - polkit-kde-agent - eww - hyprpaper - rofi - hyprpicker - udiskie - polkit-kde-agent + dunst + polkit-kde-agent + eww + hyprpaper + rofi + hyprpicker + udiskie + polkit-kde-agent ]; }; }