diff --git a/home/Ronin.nix b/home/Ronin.nix index cb288d6..81d1c60 100644 --- a/home/Ronin.nix +++ b/home/Ronin.nix @@ -15,7 +15,6 @@ "eDP-1".scale = "1.25"; "Dell Inc. DELL P3223QE CCG8YN3".scale = "1.5"; }; - xresources.properties."Xft.dpi" = toString (builtins.mul 96 1.5); services.kanshi = { enable = true; systemdTarget = "sway-session.target"; diff --git a/home/Scorch.nix b/home/Scorch.nix index d37bb63..1c12400 100644 --- a/home/Scorch.nix +++ b/home/Scorch.nix @@ -15,5 +15,4 @@ scale = "1.5"; }; }; - xresources.properties."Xft.dpi" = toString (builtins.mul 96 1.5); }