Don't install mu on darwin; it's broken
1 file changed, 5 insertions(+), 2 deletions(-)
changed files
M modules/user-interface.nix → modules/user-interface.nix
@@ -52,7 +52,6 @@ lxappearance python3Packages.keyring isync - unstable.mu msmtp html2text@@ -71,7 +70,11 @@ hexchat signal-desktop trash-cli - ]; + ] ++ (if !stdenv.isDarwin + then [ + unstable.mu + ] + else []); nixpkgs.config.allowUnfree = true;