summaryrefslogtreecommitdiff
path: root/modules/darwin/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'modules/darwin/profiles')
-rw-r--r--modules/darwin/profiles/headful.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/darwin/profiles/headful.nix b/modules/darwin/profiles/headful.nix
index 2a4c773..c50c657 100644
--- a/modules/darwin/profiles/headful.nix
+++ b/modules/darwin/profiles/headful.nix
@@ -1,6 +1,7 @@
{
config,
lib,
+ pkgs,
...
}:
with lib; let
@@ -9,6 +10,14 @@ in {
config = mkIf cfg.enable {
nixfiles.modules.homebrew.enable = true;
+ hm.home.packages = with pkgs; [
+ coreutils
+ findutils
+ gnugrep
+ gnused
+ gnutar
+ ];
+
homebrew.casks = [
{name = "chromium";}
{name = "firefox";}