aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2023-02-09 05:14:49 +0000
committerAkshay <[email protected]>2023-02-09 05:14:49 +0000
commit01781658b87f573f05e1fa3f48be810656b93d84 (patch)
treea9ceae7aea2bfd665f96ab049b4773e7b455bddf /home.nix
parentd681bd972bdef874f8aa65a6903390793810a224 (diff)
working config
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