Compare commits

...

2 commits

2 changed files with 19 additions and 1 deletions

View file

@ -64,6 +64,24 @@ in
]; ];
#
# Keybindings.
#
keybindings = [
{
key = "shift shift";
command = "workbench.action.quickOpen";
}
{
key = "alt alt";
command = "workbench.action.quickOpen";
}
{
key = "ctrl ctrl";
command = "workbench.action.showCommands";
}
];
# #
# VSCode settings; runtime settings are immutable. # VSCode settings; runtime settings are immutable.
# #

View file

@ -147,7 +147,7 @@ with pkgs;
if pkgs.stdenv.isx86_64 then if pkgs.stdenv.isx86_64 then
[ [
jupyter # For now. jupyter # For now.
(wineWowPackages.unstableFull.override { waylandSupport = true; }) (wineWowPackages.stableFull.override { waylandSupport = true; })
winetricks winetricks
zoom-us zoom-us
masterpdfeditor masterpdfeditor