fix different vscode, the brain dead way
This commit is contained in:
parent
be05c654bc
commit
782e7da908
5 changed files with 30 additions and 21 deletions
|
|
@ -19,6 +19,9 @@ in
|
|||
libreoffice
|
||||
ansible
|
||||
thunderbird
|
||||
(pkgs.writeShellScriptBin "my-editor" ''
|
||||
code
|
||||
'')
|
||||
(pkgs.makeDesktopItem {
|
||||
name = "teams";
|
||||
desktopName = "Microsoft Teams";
|
||||
|
|
@ -69,9 +72,6 @@ in
|
|||
|
||||
programs.firefox.enable = true;
|
||||
|
||||
home.shellAliases = {
|
||||
codium = lib.mkForce "code";
|
||||
};
|
||||
programs.vscode = {
|
||||
package = lib.mkForce pkgs.vscode;
|
||||
extensions = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue