aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index 322e99a..2cd58a5 100644
--- a/home.nix
+++ b/home.nix
@@ -87,7 +87,7 @@
87 windowManager.command = "2bwm"; 87 windowManager.command = "2bwm";
88 initExtra = '' 88 initExtra = ''
89 ${pkgs.hsetroot}/bin/hsetroot -solid "${theme.base00}" 89 ${pkgs.hsetroot}/bin/hsetroot -solid "${theme.base00}"
90 xrandr --dpi 288 90 xrandr --dpi 192
91 xrdb -load $HOME/.Xresources 91 xrdb -load $HOME/.Xresources
92 ''; 92 '';
93 }; 93 };