aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index 16cc9dd..7c9ae93 100644
--- a/home.nix
+++ b/home.nix
@@ -69,6 +69,8 @@
69 69
70 # monitoring 70 # monitoring
71 s-tui 71 s-tui
72 nvtop
73 lshw
72 stress 74 stress
73 powertop 75 powertop
74 76
@@ -84,6 +86,7 @@
84 # work 86 # work
85 slack 87 slack
86 zoom-us 88 zoom-us
89
87 ] ++ (import ./scripts { inherit pkgs; }); 90 ] ++ (import ./scripts { inherit pkgs; });
88 91
89 xdg = { 92 xdg = {
@@ -103,7 +106,6 @@
103 windowManager.command = "2bwm"; 106 windowManager.command = "2bwm";
104 initExtra = '' 107 initExtra = ''
105 ${pkgs.hsetroot}/bin/hsetroot -solid "${theme.base00}" 108 ${pkgs.hsetroot}/bin/hsetroot -solid "${theme.base00}"
106 xrandr --dpi 192
107 xrdb -load $HOME/.Xresources 109 xrdb -load $HOME/.Xresources
108 ''; 110 '';
109 }; 111 };