From c76f70e2769bc2e54277c5b8d5f3bcc28848df71 Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 16 Dec 2023 03:44:32 -0500 Subject: [PATCH] h-m/thonkpad: add vesktop, kitty --- home-manager/noe/hosts/thonkpad.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home-manager/noe/hosts/thonkpad.nix b/home-manager/noe/hosts/thonkpad.nix index fec4317..ba1e28c 100644 --- a/home-manager/noe/hosts/thonkpad.nix +++ b/home-manager/noe/hosts/thonkpad.nix @@ -2,5 +2,8 @@ imports = [ ../common ../common/home-user.nix + + ../../features/kitty.nix + ../../features/vesktop ]; }