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

Loading…
Cancel
Save