mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
workflows/mosey-branch: update session script
This commit is contained in:
parent
bdf2208ddf
commit
76904cfeb1
@ -1,3 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# gnome-session is also looking for RequiredComponents in here.
|
||||
export XDG_CONFIG_DIRS=@prefix@/etc/xdg${XDG_CONFIG_DIRS:-:$XDG_CONFIG_DIRS}
|
||||
|
||||
# We'll have to force gnome-session to detect our session.
|
||||
export XDG_DATA_DIRS=@prefix@/share${XDG_DATA_DIRS:-:$XDG_DATA_DIRS}
|
||||
|
||||
gnome-session --session=mosey-branch --systemd --disable-acceleration-check
|
||||
|
Loading…
Reference in New Issue
Block a user