diff --git a/index.html b/index.html index e68cdec0c..11fd2370a 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
or dconf.service
?+
ca.desrt.dconf
or dconf.service
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index 54e1331ec..72bd22d1a 100644 --- a/options.html +++ b/options.html @@ -11357,7 +11357,7 @@ default keybindings instead of specifying all of them from scratch. in lib.mkOptionDefault { "${modifier}+Return" = "exec i3-sensible-terminal"; "${modifier}+Shift+q" = "kill"; - "${modifier}+d" = "exec \${pkgs.dmenu}/bin/dmenu_run"; + "${modifier}+d" = "exec ${pkgs.dmenu}/bin/dmenu_run"; }
Declared by: