mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
ref(nix): formatted with nixfmt-rfc-style
This commit is contained in:
parent
36a2265325
commit
23404db605
40 changed files with 574 additions and 474 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
time.timeZone = "Europe/Paris";
|
||||
i18n = {
|
||||
defaultLocale = "en_US.UTF-8";
|
||||
|
|
@ -72,15 +73,29 @@
|
|||
EnumerateSkipFirst = null;
|
||||
};
|
||||
|
||||
"Hotkey/TriggerKeys" = {};
|
||||
"Hotkey/AltTriggerKeys" = {"0" = "Shift_L";};
|
||||
"Hotkey/EnumerateGroupForwardKeys" = {"0" = "Control+space";};
|
||||
"Hotkey/EnumerateGroupBackwardKeys" = {"0" = "Control+Shift+space";};
|
||||
"Hotkey/TriggerKeys" = { };
|
||||
"Hotkey/AltTriggerKeys" = {
|
||||
"0" = "Shift_L";
|
||||
};
|
||||
"Hotkey/EnumerateGroupForwardKeys" = {
|
||||
"0" = "Control+space";
|
||||
};
|
||||
"Hotkey/EnumerateGroupBackwardKeys" = {
|
||||
"0" = "Control+Shift+space";
|
||||
};
|
||||
|
||||
"Hotkey/PrevPage" = {"0" = "Up";};
|
||||
"Hotkey/NextPage" = {"0" = "Down";};
|
||||
"Hotkey/PrevCandidate" = {"0" = "Shift+Tab";};
|
||||
"Hotkey/NextCandidate" = {"0" = "Tab";};
|
||||
"Hotkey/PrevPage" = {
|
||||
"0" = "Up";
|
||||
};
|
||||
"Hotkey/NextPage" = {
|
||||
"0" = "Down";
|
||||
};
|
||||
"Hotkey/PrevCandidate" = {
|
||||
"0" = "Shift+Tab";
|
||||
};
|
||||
"Hotkey/NextCandidate" = {
|
||||
"0" = "Tab";
|
||||
};
|
||||
|
||||
Behavior = {
|
||||
ActiveByDefault = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue