add vscodium
This commit is contained in:
parent
96abb50b8c
commit
956ce1e511
2 changed files with 6 additions and 0 deletions
5
home/profiles/editors/vscodium.nix
Normal file
5
home/profiles/editors/vscodium.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
vscodium
|
||||
];
|
||||
}
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
editors.emacs
|
||||
editors.nvim
|
||||
editors.vscodium
|
||||
editors.jetbrains.rider
|
||||
editors.jetbrains.android-studio
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue