dconf-common: fix typos
This commit is contained in:
parent
31994d38f6
commit
7f0a9dc3b3
1 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@ let
|
||||||
custom-keybindings = [
|
custom-keybindings = [
|
||||||
(
|
(
|
||||||
if builtins.elem pkgs.kitty config.environment.systemPackages then
|
if builtins.elem pkgs.kitty config.environment.systemPackages then
|
||||||
"org/gnome/settings-daemon/plugins/media-keys/custom-keybinding/custom0"
|
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/"
|
||||||
else null
|
else null
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
|
@ -152,7 +152,7 @@ let
|
||||||
screensaver = ["<Control><Super>l"];
|
screensaver = ["<Control><Super>l"];
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/settings-daemon/plugins/media-keys/custom-keybinding/custom0" =
|
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" =
|
||||||
if builtins.elem pkgs.kitty config.environment.systemPackages then {
|
if builtins.elem pkgs.kitty config.environment.systemPackages then {
|
||||||
binding = "<Control><Alt>t";
|
binding = "<Control><Alt>t";
|
||||||
command = "kitty";
|
command = "kitty";
|
||||||
|
|
Loading…
Reference in a new issue