summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2023-03-05 22:48:11 +0100
committerstuebinm2023-03-05 22:48:11 +0100
commitb0e2f93482aaa365625ea31031433182e94c4ebf (patch)
treeea3d7d91c2301e6a5c9e5c8822bfe134e97be312
parent3ec7bc623a720d4b958b12615fae34efcb3a260c (diff)
headless: add kitty terminfo
Diffstat (limited to '')
-rw-r--r--common/headless.nix2
1 files changed, 2 insertions, 0 deletions
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 = {