From 888a75bcf36c8bd32cdcdc576305179dc168dd20 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Wed, 6 Dec 2023 19:08:02 +0100 Subject: [PATCH] change vscodium settings --- modules/home/vscode/default.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/home/vscode/default.nix b/modules/home/vscode/default.nix index 3383058..b6a9993 100644 --- a/modules/home/vscode/default.nix +++ b/modules/home/vscode/default.nix @@ -4,8 +4,15 @@ enable = true; package = pkgs.vscodium; extensions = with pkgs.vscode-extensions; [ + # nix language bbenoist.nix + # python ms-python.python + + # .md preview + bierner.markdown-preview-github-styles + + # Color theme catppuccin.catppuccin-vsc catppuccin.catppuccin-vsc-icons ]; @@ -30,7 +37,6 @@ # keyboard shortcuts "editor.action.commentLine" = "ctrl+d"; "workbench.action.files.saveFiles" = "ctrl+s"; - "workbench.action.files.save" = "ctrl+shift+s"; }; }; }