diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-10-13 20:39:39 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-10-13 20:39:39 +0300 |
commit | 8207b0e249513feffd163d4228de685530fc665b (patch) | |
tree | c3b9e26b0b4f49873b2fc70bfc7f3b4a8a65f8bb /modules/darwin/profiles | |
parent | 2023-09-30 (diff) |
2023-10-13
Diffstat (limited to '')
-rw-r--r-- | modules/darwin/profiles/headful.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/darwin/profiles/headful.nix b/modules/darwin/profiles/headful.nix index c50c657..01b1951 100644 --- a/modules/darwin/profiles/headful.nix +++ b/modules/darwin/profiles/headful.nix @@ -19,9 +19,9 @@ in { ]; homebrew.casks = [ - {name = "chromium";} {name = "firefox";} {name = "iterm2";} + {name = "macfuse";} {name = "telegram-desktop";} ]; }; |