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" ]; };