From 482bcef47a3b7ee63553c58d200065857ec42b1c Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sat, 2 Mar 2024 20:30:02 +0300 Subject: 2024-03-02 --- nixosConfigurations/eonwe/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'nixosConfigurations/eonwe') diff --git a/nixosConfigurations/eonwe/default.nix b/nixosConfigurations/eonwe/default.nix index 002d150..8164cd4 100644 --- a/nixosConfigurations/eonwe/default.nix +++ b/nixosConfigurations/eonwe/default.nix @@ -152,7 +152,11 @@ with lib; { }; }; - services.mpd.musicDirectory = mkForce "/mnt/udata/music"; + services = { + mpd.musicDirectory = mkForce "/mnt/udata/music"; + + xsettingsd.settings."Xft/DPI" = "93"; + }; }; services = { -- cgit v1.2.3