Add homeConfigurations

This commit is contained in:
Greg Hellings
2025-12-16 19:45:17 -06:00
parent 3dc109b361
commit 50aa005349
5 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ pkgs, ... }:
{
greg.vscodium.enable = true;
greg.vscodium.enable = false;
home.packages = with pkgs; [ brew ];
}