fixed capslock with modifier keys not trigger popup
This commit is contained in:
parent
06a099aeb5
commit
6f07cf2b90
5 changed files with 106 additions and 89 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{ unstable, ... }: {
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
package = unstable.vscode;
|
||||
};
|
||||
}
|
||||
{ unstable, ... }:
|
||||
{
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
package = unstable.vscode;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue