aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2023-02-04 08:47:17 +0000
committerAkshay <[email protected]>2023-02-04 08:47:17 +0000
commit1e99e723c598fface4bedffe60220d2c424bcae9 (patch)
tree946e18b94c3b87d46b9fcecc0bd563f693dfc460 /home.nix
parent7df356950a6a6455a562ea6d349b03945e189e46 (diff)
enable i915
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 };