Compare commits

..

No commits in common. "f9c5c547e4222f90ed825efbae32bb15e05cc56a" and "b74a385469be3414a47efe8f064bdd90ac7937fb" have entirely different histories.

2 changed files with 1 additions and 19 deletions

View file

@ -64,24 +64,6 @@ 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.stableFull.override { waylandSupport = true; }) (wineWowPackages.unstableFull.override { waylandSupport = true; })
winetricks winetricks
zoom-us zoom-us
masterpdfeditor masterpdfeditor