fixed dpi settings for kitty.
This commit is contained in:
parent
1a15ee006f
commit
62f6e13680
4 changed files with 8 additions and 2 deletions
|
|
@ -8,6 +8,9 @@
|
|||
services.xserver = {
|
||||
enable = true;
|
||||
windowManager.i3.enable = true;
|
||||
excludePackages = with pkgs; [
|
||||
xterm
|
||||
];
|
||||
};
|
||||
programs.dconf.enable = true;
|
||||
home-manager.users.${config.host.details.user} = {config, ...}: {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue