aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2023-01-22 03:55:24 +0000
committerAkshay <[email protected]>2023-01-22 03:55:24 +0000
commitd328d8acc452f1d22dd6395e82e616aa4605fd38 (patch)
tree9b1fc5f3b5fc355cdd179e203f522ea528f8ea6b /home.nix
parent563855b35d41305eb9647d687f5e57af6e66ac14 (diff)
rework sizing; enable powertop
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 };