diff options
author | stuebinm | 2023-03-05 22:48:11 +0100 |
---|---|---|
committer | stuebinm | 2023-03-05 22:48:11 +0100 |
commit | b0e2f93482aaa365625ea31031433182e94c4ebf (patch) | |
tree | ea3d7d91c2301e6a5c9e5c8822bfe134e97be312 /common | |
parent | 3ec7bc623a720d4b958b12615fae34efcb3a260c (diff) |
headless: add kitty terminfo
Diffstat (limited to 'common')
-rw-r--r-- | common/headless.nix | 2 |
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 = { |