Skip to content

Commit

Permalink
feat(ide): upgrade vscodium to unstable version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Jul 6, 2024
1 parent 23ecafb commit de29e92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/desktop/submodules/general.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ with lib.my;
spotify
unstable.freetube # Youtube desktop
joplin-desktop # Notebook
vscodium
unstable.vscodium # VS code
minder # Mind maps
insomnia # REST API Client
gnome.pomodoro
Expand Down
4 changes: 3 additions & 1 deletion modules/dev/ide.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ let
haskell.extraConfig = {
modules.dev.neovim.enable = true;
};
fork = { };
fork = {
home-manager.users.wittano.home.packages = with unstable; [ vscodium ];
};
});

installedIDEs = trivial.pipe cfg.ides [
Expand Down

0 comments on commit de29e92

Please sign in to comment.