aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2023-07-13 09:53:07 +0100
committerAkshay <[email protected]>2023-07-13 09:53:07 +0100
commit9e6e8ca7427c352478245ae6c6ca959aaabe68f7 (patch)
tree0624e798e3ebe9d14cae618e7db41bb704fe8924 /home.nix
parentf17b30deac21764a9db4e3e9c7003c751c4afa75 (diff)
dump more stuff
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index f183947..7a51f63 100644
--- a/home.nix
+++ b/home.nix
@@ -121,6 +121,7 @@
121 initExtra = '' 121 initExtra = ''
122 ${pkgs.hsetroot}/bin/hsetroot -solid "${theme.base00}" 122 ${pkgs.hsetroot}/bin/hsetroot -solid "${theme.base00}"
123 xrdb -load $HOME/.Xresources 123 xrdb -load $HOME/.Xresources
124 ${pkgs.picom}/bin/picom &
124 xrandr --setprovideroutputsource modesetting NVIDIA-0 125 xrandr --setprovideroutputsource modesetting NVIDIA-0
125 xrandr --auto 126 xrandr --auto
126 ''; 127 '';