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 ]; }