From f4a61739126663de1f077d162d0b26d9a0c795df Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Tue, 11 Jul 2023 13:16:53 -0400 Subject: [PATCH] Fix some formatting --- home-manager/linux/programs/hyprland.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/home-manager/linux/programs/hyprland.nix b/home-manager/linux/programs/hyprland.nix index c0f1f27..d973eb7 100644 --- a/home-manager/linux/programs/hyprland.nix +++ b/home-manager/linux/programs/hyprland.nix @@ -371,14 +371,14 @@ in with lib; { "command": "alacritty --class alacritty-dropterm --working-directory ~ -e tmux new -A -s scratch", "animation": "" }, - "ario": { - "command": "ario", - "animation": "" - }, - "spotify": { - "command": "spotify", - "animation": "" - } + "ario": { + "command": "ario", + "animation": "" + }, + "spotify": { + "command": "spotify", + "animation": "" + } } } '';