about summary refs log tree commit diff
path: root/modules/darwin/profiles
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/darwin/profiles/headful.nix2
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";}
     ];
   };

Consider giving Nix/NixOS a try! <3