added libreoffice

This commit is contained in:
Tyler Mayoff 2025-07-08 08:33:36 -04:00
parent c8eb3af384
commit a17216730b
No known key found for this signature in database
GPG key ID: FAE8714D991290A9

View file

@ -25,7 +25,8 @@ in {
hostPlatform = "aarch64-darwin"; hostPlatform = "aarch64-darwin";
}; };
nix.settings.experimental-features = ["nix-command" "flakes"]; nix.enable = false;
# nix.settings.experimental-features = ["nix-command" "flakes"];
# nix.extraOptions = # nix.extraOptions =
# '' # ''
@ -104,6 +105,7 @@ in {
"ghostty" "ghostty"
"firefox" "firefox"
"gpg-suite" "gpg-suite"
"libreoffice"
"cursor" "cursor"
]; ];
}; };