aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index 8f89697..b801b7f 100644
--- a/home.nix
+++ b/home.nix
@@ -115,6 +115,8 @@
115 initExtra = '' 115 initExtra = ''
116 ${pkgs.hsetroot}/bin/hsetroot -solid "${theme.base00}" 116 ${pkgs.hsetroot}/bin/hsetroot -solid "${theme.base00}"
117 xrdb -load $HOME/.Xresources 117 xrdb -load $HOME/.Xresources
118 xrandr --setprovideroutputsource modesetting NVIDIA-0
119 xrandr --auto
118 ''; 120 '';
119 }; 121 };
120 122