Add defaults

This commit is contained in:
Greg Hellings
2023-08-21 10:34:42 -05:00
parent 8c0a5cac2a
commit 48cd596207
13 changed files with 53 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
brew
];
}