diff options
| author | 2022-04-05 01:30:08 -0700 | |
|---|---|---|
| committer | 2022-04-05 01:30:08 -0700 | |
| commit | 67c4a901a3f861522d4efa27d0e8ead958f29a6b (patch) | |
| tree | d0b1676223d6dc9d1ea71cac9cd31403cb6d6d34 /oni/home/data | |
| parent | 7f5381687d106e8b5c7b571154a771e2f2998e3e (diff) | |
| download | new-dotfiles-67c4a901a3f861522d4efa27d0e8ead958f29a6b.tar.gz new-dotfiles-67c4a901a3f861522d4efa27d0e8ead958f29a6b.zip | |
Add xsession configuration
Diffstat (limited to 'oni/home/data')
| -rw-r--r-- | oni/home/data/config.scm | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/oni/home/data/config.scm b/oni/home/data/config.scm index 4271dda..b95d03e 100644 --- a/oni/home/data/config.scm +++ b/oni/home/data/config.scm @@ -10,7 +10,8 @@ #:use-module (guix gexp) #:use-module (oni home services xdisorg) #:use-module (oni home services xmodmap) - #:use-module (oni home services kitty)) + #:use-module (oni home services kitty) + #:use-module (oni home services xsession)) (home-environment (packages (list (specification->package+output "glibc-locales") @@ -208,4 +209,13 @@ (color6 . "#54a8a8") (color14 . "#abdddd") (color7 . "#969696") - (color15 . "#ededed")))))))) + (color15 . "#ededed"))))) + + (service home-xsession-service-type + (home-xsession-configuration + (configuration + (list + "xrdb -cpp m4 -merge \"${HOME}/.config/X11/Xresources\" -I\"${HOME}/.config/X11/Xresources.d\"" + "xrandr --setprovideroutputsource modesetting NVIDIA-0" + "xrandr --auto" + "xrandr --dpi 96"))))))) |
