From a17216730bbf61fe27dcaf37be2c0f3acab5180c Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Tue, 8 Jul 2025 08:33:36 -0400 Subject: [PATCH] added libreoffice --- dot_config/flake/machines/hinge/darwin.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dot_config/flake/machines/hinge/darwin.nix b/dot_config/flake/machines/hinge/darwin.nix index e0c5bd0..efe27ca 100644 --- a/dot_config/flake/machines/hinge/darwin.nix +++ b/dot_config/flake/machines/hinge/darwin.nix @@ -25,7 +25,8 @@ in { hostPlatform = "aarch64-darwin"; }; - nix.settings.experimental-features = ["nix-command" "flakes"]; + nix.enable = false; + # nix.settings.experimental-features = ["nix-command" "flakes"]; # nix.extraOptions = # '' @@ -104,6 +105,7 @@ in { "ghostty" "firefox" "gpg-suite" + "libreoffice" "cursor" ]; };