Compare commits
No commits in common. "f9c5c547e4222f90ed825efbae32bb15e05cc56a" and "b74a385469be3414a47efe8f064bdd90ac7937fb" have entirely different histories.
f9c5c547e4
...
b74a385469
2 changed files with 1 additions and 19 deletions
|
@ -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.
|
||||||
#
|
#
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue