From bf6d7f5a53eb76c7cbabb32cbdbbdfd2632a170b Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Mon, 8 Jul 2024 14:55:55 +0100 Subject: [PATCH] Update dpi scaling --- config/home.nix | 7 +++++++ system/shared.nix | 1 + 2 files changed, 8 insertions(+) diff --git a/config/home.nix b/config/home.nix index d21ac24..c436a88 100644 --- a/config/home.nix +++ b/config/home.nix @@ -7,6 +7,12 @@ in { fonts.fontconfig.enable = true; + environment.variables = { + EDITOR = "nvim"; + GDK_SCALE = 0.5; + GDK_DPI_SCALE = 0.5; + }; + xdg = { enable = true; userDirs = { @@ -64,6 +70,7 @@ in { pm2 plexamp polybar + ranger rofi rofi-emoji steam diff --git a/system/shared.nix b/system/shared.nix index 05ac4b7..0e2825b 100644 --- a/system/shared.nix +++ b/system/shared.nix @@ -55,6 +55,7 @@ displayManager = { lightdm.enable = true; + lightdm.greeters.gtk.enable = true; }; }; };