Okay, now we can interface with kwalletd

This commit is contained in:
Benson Chu 2026-03-10 14:40:28 -05:00
parent 4b3b5a89d6
commit 1c7ea2868c

View file

@ -11,6 +11,8 @@
windowManager.session = [{
name = "my-exwm";
start = ''
systemctl --user import-environment PATH DISPLAY XAUTHORITY DESKTOP_SESSION XDG_CONFIG_DIRS XDG_DATA_DIRS XDG_RUNTIME_DIR XDG_SESSION_ID DBUS_SESSION_BUS_ADDRESS || true
dbus-update-activation-environment --systemd --all || true
${pkgs.myEmacs}/bin/emacs -l /home/benson/.emacs.d/init.el
'';
}];