From 5d89a9cc156e45030698931c712534c5f796ba7d 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";