aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2023-01-21 16:09:11 +0000
committerAkshay <[email protected]>2023-01-21 16:09:11 +0000
commitb34013d97e9c5872111c75e8c4ef6c8977971990 (patch)
tree9d7408c60125da6ac9b62f6c4859527f247c77e6 /home.nix
parent151790a591fc9a6c9b153b1d514610e26d6bc87e (diff)
tweak display sizes
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index b67a91d..b5919a0 100644
--- a/home.nix
+++ b/home.nix
@@ -85,6 +85,7 @@
85 initExtra = '' 85 initExtra = ''
86 ${pkgs.hsetroot}/bin/hsetroot -solid "${theme.base00}" 86 ${pkgs.hsetroot}/bin/hsetroot -solid "${theme.base00}"
87 xrdb -load $HOME/.Xresources 87 xrdb -load $HOME/.Xresources
88 xrandr -dpi 192
88 ''; 89 '';
89 }; 90 };
90 91