mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 16:57:55 +00:00
10 lines
360 B
Bash
Executable File
10 lines
360 B
Bash
Executable File
#!/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
|