From 4f6593a2a1064336f533487535ccc9729399d49e Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Sat, 25 May 2024 18:48:44 +0200 Subject: [PATCH] chore: add kitty to all machines --- machines/base.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/base.nix b/machines/base.nix index 722154b..0bb030b 100644 --- a/machines/base.nix +++ b/machines/base.nix @@ -28,6 +28,7 @@ xorg.xbacklight neovim attic + kitty ]; environment.variables.EDITOR = "nvim";