From f7a78782dd8f74148eafc0668504d59e170dfd2a Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 29 Jul 2024 18:24:22 +0400 Subject: [PATCH] update dpi for sakotop --- hosts/sakotop/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index f9001977..4e629b28 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -139,6 +139,9 @@ networking.wireguard.interfaces = { }; + # set laptop dpi + services.xserver.dpi = 100; + # Enable the OpenSSH daemon. # services.openssh.enable = true;