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": "" + } } } '';