Skip to content

Instantly share code, notes, and snippets.

@worldofpeace
Created March 24, 2020 04:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save worldofpeace/7631afdc655dce65f711207bb7a8140a to your computer and use it in GitHub Desktop.
Save worldofpeace/7631afdc655dce65f711207bb7a8140a to your computer and use it in GitHub Desktop.
# My current system
#! /nix/store/1iaxkm0941nj1m4m5g4fxgg4cq5jckf0-bash-4.4-p23/bin/bash -e
export GIO_EXTRA_MODULES='/nix/store/wx6i6brf42d0g8y1zhrik2zgq6zs2ds4-dconf-0.34.0-lib/lib/gio/modules'${GIO_EXTRA_MODULES:+':'}$GIO_EXTRA_MODULES
export WINGPANEL_INDICATORS_PATH='/nix/store/ynnl7ff1ymgm9d9ghf7lblw34lgldh2x-wingpanel-2.2.6-with-indicators/lib/wingpanel'
export SWITCHBOARD_PLUGS_PATH='/nix/store/73xh1ndgdmfqf34m3gg23xjscq86b17p-switchboard-2.3.8-with-plugs/lib/switchboard'
export GDK_PIXBUF_MODULE_FILE='/nix/store/y42zcd8ipmvihrziwd35dfc0wa41y3iz-librsvg-2.46.4/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache'
export XDG_DATA_DIRS='/nix/store/kmyl5fj7ak1vxyb5spaxwgh3xkh1zi6p-gtk+3-3.24.13/share/gsettings-schemas/gtk+3-3.24.13:/nix/store/kmyl5fj7ak1vxyb5spaxwgh3xkh1zi6p-gtk+3-3.24.>
export XDG_DATA_DIRS='/nix/store/ynnl7ff1ymgm9d9ghf7lblw34lgldh2x-wingpanel-2.2.6-with-indicators/share'${XDG_DATA_DIRS:+':'}$XDG_DATA_DIRS
exec -a "$0" "/nix/store/ynnl7ff1ymgm9d9ghf7lblw34lgldh2x-wingpanel-2.2.6-with-indicators/bin/.wingpanel-wrapped_" "$@"
# on master
#! /nix/store/z4ajipns0l1s8b2lrgpy6nng4cys7h99-bash-4.4-p23/bin/bash -e
export GIO_EXTRA_MODULES='/nix/store/z7gzw2bb3ypvf1wq1fjjn5r45idfgg0g-dconf-0.34.0-lib/lib/gio/modules'${GIO_EXTRA_MODULES:+':'}$GIO_EXTRA_MODULES
export WINGPANEL_INDICATORS_PATH='/nix/store/zfy40xl0j3ah2shk6sasixsy0n6ww5ln-wingpanel-2.2.6-with-indicators/lib/wingpanel'
export SWITCHBOARD_PLUGS_PATH='/nix/store/47nbdypna3yflhjsrl0pb028nnfwwbyl-switchboard-2.3.8-with-plugs/lib/switchboard'
exec -a "$0" "/nix/store/zfy40xl0j3ah2shk6sasixsy0n6ww5ln-wingpanel-2.2.6-with-indicators/bin/.wingpanel-wrapped_" "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment