fixed capslock with modifier keys not trigger popup

This commit is contained in:
Asaki Yuki 2026-04-13 01:29:05 +07:00
parent 06a099aeb5
commit 6f07cf2b90
5 changed files with 106 additions and 89 deletions

View file

@ -1,6 +1,7 @@
{ unstable, ... }: {
programs.vscode = {
enable = true;
package = unstable.vscode;
};
}
{ unstable, ... }:
{
programs.vscode = {
enable = true;
package = unstable.vscode;
};
}

View file

@ -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
]