Okay, now we can interface with kwalletd
This commit is contained in:
parent
4b3b5a89d6
commit
1c7ea2868c
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
'';
|
||||
}];
|
||||
|
|
|
|||
Loading…
Reference in a new issue