fixed dpi settings for kitty.

This commit is contained in:
Gabe Venberg 2026-02-13 20:57:52 +01:00
parent 1a15ee006f
commit 62f6e13680
4 changed files with 8 additions and 2 deletions

View file

@ -15,7 +15,7 @@
settings.PasswordAuthentication = false;
};
# so we dont have to set TERM everytime we ssh in.
environment.systemPackages = [ pkgs.kitty.terminfo ];
environment.systemPackages = [pkgs.kitty.terminfo];
users.users.root.openssh.authorizedKeys.keys = lib.mkDefault (
if inputs ? nix-secrets