summaryrefslogtreecommitdiff
path: root/modules/darwin
diff options
context:
space:
mode:
Diffstat (limited to 'modules/darwin')
-rw-r--r--modules/darwin/profiles/headful.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/darwin/profiles/headful.nix b/modules/darwin/profiles/headful.nix
index 01b1951..826e45a 100644
--- a/modules/darwin/profiles/headful.nix
+++ b/modules/darwin/profiles/headful.nix
@@ -10,18 +10,21 @@ in {
config = mkIf cfg.enable {
nixfiles.modules.homebrew.enable = true;
+ # I'm addicted to GNU...
hm.home.packages = with pkgs; [
coreutils
findutils
+ getopt
gnugrep
gnused
gnutar
+ gzip
+ which
];
homebrew.casks = [
{name = "firefox";}
{name = "iterm2";}
- {name = "macfuse";}
{name = "telegram-desktop";}
];
};