From 96e4ed146d46fe5d2d963e07fbd47cbfe33e15b2 Mon Sep 17 00:00:00 2001 From: foglar Date: Mon, 2 Dec 2024 21:18:13 +0100 Subject: [PATCH] kitty fix --- nixos/packages/tools/kitty.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nixos/packages/tools/kitty.nix b/nixos/packages/tools/kitty.nix index 4682c97..910a636 100644 --- a/nixos/packages/tools/kitty.nix +++ b/nixos/packages/tools/kitty.nix @@ -21,12 +21,12 @@ enable_audio_bell = false; window_padding_width = 25; }; - - home.packages = with pkgs; [ - kitty - kitty-img - kitty-themes - ]; }; + + home.packages = with pkgs; [ + kitty + kitty-img + kitty-themes + ]; }; }