From b0e2f93482aaa365625ea31031433182e94c4ebf Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 5 Mar 2023 22:48:11 +0100 Subject: headless: add kitty terminfo --- common/headless.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common') diff --git a/common/headless.nix b/common/headless.nix index 0689e6a..25c668b 100644 --- a/common/headless.nix +++ b/common/headless.nix @@ -3,6 +3,8 @@ { imports = [ ./common.nix ]; + environment.systemPackages = [ pkgs.kitty.terminfo ]; + networking.domain = lib.mkDefault "stuebinm.eu"; nix.gc = { -- cgit v1.2.3