Created
July 17, 2018 11:44
-
-
Save cocreature/d3c25fb62189316d3a3efbb93519c4a1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function launch-gnome-control-center | |
set gnome_shell_path (nix-store -qR /nix/var/nix/profiles/system | grep gnome-shell)[1] | |
set mutter_path (nix-store -qR /nix/var/nix/profiles/system | grep mutter) | |
set XDG_DATA_DIRS $gnome_shell_path/share:$gnome_shell_path/share/gsettings-schemes/gnome-shell-3.28.2:$XDG_DATA_DIRS | |
echo $XDG_DATA_DIRS | |
env XDG_DATA_DIRS=$XDG_DATA_DIRS gnome-control-center keyboard | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment