about summary refs log tree commit diff
path: root/nixosConfigurations
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-03-02 20:30:02 +0300
committerAzat Bahawi <azat@bahawi.net>2024-03-02 20:30:02 +0300
commit482bcef47a3b7ee63553c58d200065857ec42b1c (patch)
treeface7032b62c8957df4a84b2fc0c4adc47020f9e /nixosConfigurations
parent2024-03-01 (diff)
2024-03-02
Diffstat (limited to '')
-rw-r--r--nixosConfigurations/eonwe/default.nix6
1 files changed, 5 insertions, 1 deletions
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 = {

Consider giving Nix/NixOS a try! <3