Make vscodium more accessible

This commit is contained in:
Greg Hellings
2023-08-23 14:58:10 -05:00
committed by greg-compass
parent 730cefd175
commit 97c9b4e2d7
3 changed files with 22 additions and 15 deletions
+4
View File
@@ -1,6 +1,10 @@
{ pkgs, ... }:
{
imports = [
../../vscodium.nix
];
home.packages = with pkgs; [
brew
];