summaryrefslogtreecommitdiff
path: root/modules/darwin/profiles
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-12-03 02:52:28 +0300
committerAzat Bahawi <azat@bahawi.net>2023-12-03 02:52:28 +0300
commitcec9f7acd5e5e365563212c5144394f71dd90b27 (patch)
tree667b308a7241ab2e8f3fa4e2b53cc7888e876c68 /modules/darwin/profiles
parent3c5d840e8d92aee25aa411fc2ab7f8881cfdfede (diff)
2023-12-03
Diffstat (limited to 'modules/darwin/profiles')
-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";}
];
};