Browse Source

Add wallpaper to EXWM module

main
parent
commit
378c782c0e
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 2
      modules/emacs.nix

2
modules/emacs.nix

@ -57,6 +57,7 @@ let
in { in {
home.packages = [ home.packages = [
pkgs.arandr pkgs.arandr
pkgs.nitrogen
pkgs.autorandr pkgs.autorandr
pkgs.hugo pkgs.hugo
pkgs.pass pkgs.pass
@ -78,6 +79,7 @@ in {
xsession = { xsession = {
enable = true; enable = true;
windowManager.command = '' windowManager.command = ''
${pkgs.nitrogen}/bin/nitrogen --restore
${myEmacs}/bin/emacs --daemon -f exwm-enable ${myEmacs}/bin/emacs --daemon -f exwm-enable
${myEmacs}/bin/emacsclient -c ${myEmacs}/bin/emacsclient -c
''; '';

Loading…
Cancel
Save