diff --git a/devices/macbook/configuration.nix b/devices/macbook/configuration.nix index bdcaa74..437f908 100644 --- a/devices/macbook/configuration.nix +++ b/devices/macbook/configuration.nix @@ -52,19 +52,27 @@ in { # internet "spotify" "brave-browser" + "qutebrowser" + "stremio" # work "slack" "tunnelblick" "dbeaver-community" + "claude" # doom emacs "font-symbols-only-nerd-font" ]; }; - # Necessary for using flakes on this system. - nix.settings.experimental-features = "nix-command flakes"; + nix = { + # Necessary for using flakes on this system. + settings.experimental-features = "nix-command flakes"; + extraOptions = '' + extra-platforms = x86_64-darwin aarm64-darwin + ''; + }; # Create /etc/zshrc that loads the nix-darwin environment. programs.zsh.enable = true; # default shell on catalina diff --git a/flake.lock b/flake.lock index 614e4d7..d50f048 100644 --- a/flake.lock +++ b/flake.lock @@ -724,11 +724,11 @@ "nvf": "nvf" }, "locked": { - "lastModified": 1745254050, - "narHash": "sha256-FvRti3ZriGkmYfEgZgjM7HEQaIt3dfq4GQFk0FPxuoE=", + "lastModified": 1746063845, + "narHash": "sha256-i/WX1doZKzbgLVKK5kQUtumiWWzgBm8XFJNTvj94E04=", "owner": "Polensky", "repo": "vimix", - "rev": "a52b216b8c410674270a1da5a282ff479a04056f", + "rev": "b4f2a13777e8922685adf3b1f966dd28460e0ace", "type": "github" }, "original": {