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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
{
|
||||
environment.systemPackages =
|
||||
with pkgs;
|
||||
[
|
||||
[
|
||||
git
|
||||
vim
|
||||
wget
|
||||
|
|
@ -23,12 +23,13 @@
|
|||
unzip
|
||||
python3
|
||||
jdk25
|
||||
nixfmt
|
||||
|
||||
wine
|
||||
wine64
|
||||
winetricks
|
||||
protontricks
|
||||
|
||||
|
||||
quickshell
|
||||
papirus-icon-theme
|
||||
]
|
||||
|
|
|
|||
Reference in a new issue