codium and gpls

This commit is contained in:
tristan 2023-04-25 17:23:36 +01:00
parent f46b0962be
commit bf413ef00e
2 changed files with 12 additions and 2 deletions

View file

@ -69,6 +69,9 @@ in
programs.firefox.enable = true;
home.shellAliases = {
codium = lib.mkForce "code";
};
programs.vscode = {
package = lib.mkForce pkgs.vscode;
extensions = with pkgs; [